Skip to content
Snippets Groups Projects
Commit c92b6038 authored by 영일 곽's avatar 영일 곽
Browse files

1107-2

parent 2ebabeed
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 1 deletion
.object
*.o
*.out
*.mp4
*.mp3
asdjks
file1
\ No newline at end of file
stderr: Hello 201823815 999
#include <stdio.h>
int main()
{
int a;
fscanf(stdin, "%d", &a);
fprintf(stdout,"stdout: Hello 201823815 %d\n", a);
fprintf(stderr, "stderr: Hello 201823815 %d\n", a);
return 0;
}
999
-li ls
stdout: Hello 201823815 999
stdout: Hello 201823815 32766
stderr: Hello 201823815 888
stdout: Hello 201823815 888
stderr: Hello 201823815 1111
stdout: Hello 201823815 1111
stderr: Hello 201823815 9899
#include <stdio.h>
int main()
{
int a;
fscanf(stdin, "%d", &a);
fprintf(stdout,"stdout: Hello 201823815 %d\n", a);
fprintf(stderr, "stderr: Hello 201823815 %d\n", a);
return 0;
}
9899
-li ls
stdout: Hello 201823815 88888
stdout: Hello 201823815 9899
stderr: Hello 201823815 999
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment