답안 #117456

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
117456 2019-06-16T01:09:24 Z maho04 scanf 함수 5 (BSC_0_7) C++14
컴파일 오류
0 ms 0 KB
#include <iostream>
using namespace std;
int main(){
  int a,b,c;
  cin>>a;
  cin>>b;
  c=a+b;
  cout<<c;
  g++-7;
}

Compilation message

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