답안 #16628

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
16628 2015-08-29T16:35:32 Z eaststar 일차 함수 (tutorial4) C++14
컴파일 오류
0 ms 0 KB
void solve(){Report(f(1)-f(0),f(0));}

Compilation message

tutorial4.cpp: In function ‘void solve()’:
tutorial4.cpp:1:24: error: ‘f’ was not declared in this scope
 void solve(){Report(f(1)-f(0),f(0));}
                        ^
tutorial4.cpp:1:35: error: ‘Report’ was not declared in this scope
 void solve(){Report(f(1)-f(0),f(0));}
                                   ^