Submission #5100

# Submission time Handle Problem Language Result Execution time Memory
5100 2014-02-04T10:41:02 Z jihoon 일차 함수 (tutorial4) C++
Compilation error
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]