답안 #19240

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

Compilation message

tutorial4.cpp:7:1: error: ‘Subtask’ does not name a type
 Subtask
 ^