Submission #14587

# Submission time Handle Problem Language Result Execution time Memory
14587 2015-05-20T09:50:43 Z moonrabbit2 일차 함수 (tutorial4) C++
Compilation error
0 ms 0 KB
#include "grader.h"
void solve()
{
    int a=f(0),b=f(1);
    report(b-a,a);
    return;
}

Compilation message

tutorial4.cpp: In function ‘void solve()’:
tutorial4.cpp:5:17: error: ‘report’ was not declared in this scope
     report(b-a,a);
                 ^