Submission #8567

# Submission time Handle Problem Language Result Execution time Memory
8567 2014-09-17T05:39:52 Z a555 일차 함수 (tutorial4) C++
Compilation error
0 ms 0 KB
#include "grader.h"

void solve() {
	int x = 12, y = f(x);
	count--;
	Report(x, y);
	RA=A RB=B;
}

Compilation message

tutorial4.cpp: In function 'void solve()':
tutorial4.cpp:5:2: error: 'count' was not declared in this scope
tutorial4.cpp:7:2: error: 'RA' was not declared in this scope
tutorial4.cpp:7:5: error: 'A' was not declared in this scope
tutorial4.cpp:7:7: error: expected ';' before 'RB'