Submission #16628

# Submission time Handle Problem Language Result Execution time Memory
16628 2015-08-29T16:35:32 Z eaststar 일차 함수 (tutorial4) C++14
Compilation error
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));}
                                   ^