답안 #703

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
703 2013-03-01T09:44:02 Z woqja125 일차 함수 (tutorial4) C++
컴파일 오류
0 ms 0 KB
void solve(void)
{
  Report(f(1)-f(0),f(0));
}

Compilation message

grader.cpp:61:2: warning: no newline at end of file
tutorial4.cpp: In function 'void solve()':
tutorial4.cpp:3: error: 'f' was not declared in this scope
tutorial4.cpp:3: error: 'Report' was not declared in this scope