답안 #2931

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
2931 2013-08-13T01:54:21 Z imsifile 일차 함수 (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:5:18: error: 'report' was not declared in this scope