Submission #19226

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

Compilation message (stderr)

tutorial4.cpp: In function ‘void solve()’:
tutorial4.cpp:4:10: error: ‘f’ was not declared in this scope
   b = f(0) ;
          ^
tutorial4.cpp:7:14: error: ‘Report’ was not declared in this scope
   Report(a, b);
              ^