Submission #5100

#TimeUsernameProblemLanguageResultExecution timeMemory
5100jihoon일차 함수 (tutorial4)C++98
Compilation error
0 ms0 KiB
int solve(){ int a=f(0); int b=f(1); Report(b-a,a); }

Compilation message (stderr)

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]