답안 #19063

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
19063 2016-02-18T01:57:49 Z khsoo01 일차 함수 (tutorial4) C++
컴파일 오류
0 ms 0 KB
#include"grader.h"
void solve(){int a=f(0);report(f(1)-a,a);}

Compilation message

tutorial4.cpp: In function ‘void solve()’:
tutorial4.cpp:2:40: error: ‘report’ was not declared in this scope
 void solve(){int a=f(0);report(f(1)-a,a);}
                                        ^