Submission #4161

# Submission time Handle Problem Language Result Execution time Memory
4161 2013-09-02T15:19:03 Z dbfud 일차 함수 (tutorial4) C++
Compilation error
0 ms 0 KB
#include "grader.h"

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

Compilation message

tutorial4.cpp: In function 'void solve()':
tutorial4.cpp:7:19: error: 'report' was not declared in this scope