Submission #115799

#TimeUsernameProblemLanguageResultExecution timeMemory
115799maho04printf 함수 1 (BSC_0_1)C++14
Compilation error
0 ms0 KiB
main() { scanf("%s",HelloWorld); }

Compilation message (stderr)

printf1.cpp:1:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
printf1.cpp: In function 'int main()':
printf1.cpp:3:14: error: 'HelloWorld' was not declared in this scope
   scanf("%s",HelloWorld);
              ^~~~~~~~~~
printf1.cpp:3:3: error: 'scanf' was not declared in this scope
   scanf("%s",HelloWorld);
   ^~~~~