Skip to content
Snippets Groups Projects
Commit c8714698 authored by 김 준형's avatar 김 준형
Browse files

1122

parent 86a5d4f6
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
int main()
{
int a =0;
fscanf(stdin, "%d", &a);
fprintf(stdout, "%d\n", a);
fprintf(stderr, "%d\n", -a);
return a;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment