Skip to content
Snippets Groups Projects
Commit 20cf611f authored by 노 승현's avatar 노 승현
Browse files

1126 1st

parent 4c33fdc1
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.
Please register or to comment