Submission #117456

#TimeUsernameProblemLanguageResultExecution timeMemory
117456maho04scanf 함수 5 (BSC_0_7)C++14
Compilation error
0 ms0 KiB
#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a; cin>>b; c=a+b; cout<<c; g++-7; }

Compilation message (stderr)

scanf5.cpp: In function 'int main()':
scanf5.cpp:9:3: error: 'g' was not declared in this scope
   g++-7;
   ^