top of page

게시판 게시물
ttaaeeggaanngg
2020년 11월 18일
In 소스 코드 제출
/* include <stdio.h> #include <stdlib.h> int main() { printf("Hello world!\n"); /* #include <stdio.h> int main() { printf("Hello, World!"); return 0; } */ /* #include <stdio.h> int main() { printf("Hello,\nWorld!"); return 0; } */ /* #include <stdio.h> int main() { printf("\"c:\\test\""); */ /* #include <stdio.h> int main () { int n; scanf("%d",&n); printf("%d",n); return 0; } /* /* #include <stdio.h> int main () { char x; scanf("%c",&x); printf("%c",x); return 0; } */ /* #include <stdio.h> int main () { float x; scanf("%f",&x); printf("%f",x); return 0; } */ /* #include <stdio.h> int main () { int m,f; scanf("%d %d",&m,&f); printf("%d %d",m,f); return 0; } */ #include <stdio.h> int main () { char k,p; scanf("%c %c",&k,&p); printf("%c %c",p,k); return 0; }
0
0
1
ttaaeeggaanngg
2020년 11월 11일
In 소스 코드 제출
/* #include <stdio.h> int main() { printf("Hello"); return 0; } */ /* #include <stdio.h> int main() { printf("Hello World"); return 0; } */ /* #include <stdio.h> int main() { printf("Hello World"); return 0; } */ /* #include <stdio.h> int main() { printf("\'Hello\'"); return 0; } */ /* #include <stdio.h> int main() { printf("\"Hello World\""); return 0; */ /* #include <stdio.h> int main() { printf("\"!@#$%%^&*()\""); return 0; } */ #include <stdio.h> int main() { printf("\"C:\\Download\\hello.cpp\""); return 0; }
0
0
3
ttaaeeggaanngg
더보기
bottom of page