Submission #100332

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

Compilation message (stderr)

tutorial4.cpp: In function 'void solve()':
tutorial4.cpp:4:6: error: 'f' was not declared in this scope
  b = f(0);
      ^
tutorial4.cpp:6:2: error: 'Report' was not declared in this scope
  Report(a, b);
  ^~~~~~
tutorial4.cpp:6:2: note: suggested alternative: 'short'
  Report(a, b);
  ^~~~~~
  short