답안 #4161

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
4161 2013-09-02T15:19:03 Z dbfud 일차 함수 (tutorial4) C++
컴파일 오류
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