제출 #117455

#제출 시각아이디문제언어결과실행 시간메모리
117455maho04scanf 함수 5 (BSC_0_7)C++14
컴파일 에러
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 }

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

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