제출 #717834

#제출 시각아이디문제언어결과실행 시간메모리
717834EntityPlanttprintf 함수 2 (BSC_0_2)C++14
0 / 100
0 ms212 KiB
#include<cstdio> main(){printf("...______.~...\n~.///////\\..-.\n.///////_'\\...\n..II%%II.+I.,..\n..IIIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");}

컴파일 시 표준 에러 (stderr) 메시지

printf2.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
    2 | main(){printf("...______.~...\n~.///////\\..-.\n.///////_'\\...\n..II%%II.+I.,..\n..IIIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");}
      | ^~~~
#Verdict Execution timeMemoryGrader output
Fetching results...