답안 #73209

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
73209 2018-08-28T04:51:00 Z ainta(#2272) Happiness (Balkan15_HAPPINESS) C++11
컴파일 오류
0 ms 0 KB
#include "happiness.h"
bool init(int coinsCount, long long maxCoinSize, long long coins[]) {
	return true;
}
bool is_happy(int event, int coinsCount, long long coins[]) {
	if (event == -1)return false;
	return true;
}

Compilation message

g++-7: error: grader.cpp: No such file or directory