Submission #19240

# Submission time Handle Problem Language Result Execution time Memory
19240 2016-02-22T01:17:23 Z anrhks1212 일차 함수 (tutorial4) C++
Compilation error
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
 ^