답안 #5100

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
5100 2014-02-04T10:41:02 Z jihoon 일차 함수 (tutorial4) C++
컴파일 오류
0 ms 0 KB
int solve(){
	int a=f(0);
    int b=f(1);
    Report(b-a,a);
}

Compilation message

tutorial4.cpp: In function 'int solve()':
tutorial4.cpp:2:11: error: 'f' was not declared in this scope
tutorial4.cpp:4:17: error: 'Report' was not declared in this scope
tutorial4.cpp:5:1: warning: no return statement in function returning non-void [-Wreturn-type]