제출 #918000

#제출 시각아이디문제언어결과실행 시간메모리
918000zhasyn게임 (IOI14_game)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> #define pb push_back #define pf push_front using namespace std; #define F first #define S second typedef long long ll; #define pii pair <int, int> #define pll pair <ll, ll> typedef long double ld; const ll N = 1500 + 10, M = 30; const ll mod = 998244353; int g; bool block[N][N]; void initialize(int n){ g = n; } bool check(int ) int hasEdge(int u, int v){ return 1; }

컴파일 시 표준 에러 (stderr) 메시지

game.cpp:19:1: error: expected initializer before 'int'
   19 | int hasEdge(int u, int v){
      | ^~~