Submission #19240

#TimeUsernameProblemLanguageResultExecution timeMemory
19240anrhks1212일차 함수 (tutorial4)C++98
Compilation error
0 ms0 KiB
#include "grader.h" void solve(){ int b = f(0), a = f(1) - b; Report(a, b); } Subtask

Compilation message (stderr)

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