top of page

게시판 게시물

dldmdcks0224
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\nWorld"); 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; } */ /* 문자 : char (%c) 숫자 : 정수 : int (%d) long long int (%lld) 실수 : float (%f) double (%lf) */
0
0
2

dldmdcks0224

더보기
bottom of page