Submission #5092

# Submission time Handle Problem Language Result Execution time Memory
5092 2014-02-03T13:58:35 Z jspark19990205 일차 함수 (tutorial4) C++
Compilation error
0 ms 0 KB
#include<grader.h>

int solve()
{
  int b=f(0);
  int a=f(1)-b;
  report("a,b");
}

Compilation message

tutorial4.cpp: In function 'int solve()':
tutorial4.cpp:7:15: error: 'report' was not declared in this scope
tutorial4.cpp:6:7: warning: unused variable 'a' [-Wunused-variable]
tutorial4.cpp:8:1: warning: no return statement in function returning non-void [-Wreturn-type]