Submission #14584

#TimeUsernameProblemLanguageResultExecution timeMemory
14584moonrabbit2일차 함수 (tutorial4)C++98
Compilation error
0 ms0 KiB
void solve() { int a=f(0),b=f(1); report(a,b-a); return; }

Compilation message (stderr)

tutorial4.cpp: In function ‘void solve()’:
tutorial4.cpp:3:14: error: ‘f’ was not declared in this scope
     int a=f(0),b=f(1);
              ^
tutorial4.cpp:4:14: error: ‘b’ was not declared in this scope
     report(a,b-a);
              ^
tutorial4.cpp:4:17: error: ‘report’ was not declared in this scope
     report(a,b-a);
                 ^