Submission #453615

#TimeUsernameProblemLanguageResultExecution timeMemory
453615flappybirdDungeons Game (IOI21_dungeons)C++17
Compilation error
0 ms0 KiB
#include "dungeons.h"
#include <bits/stdc++.h>
#pragma GCC optimize("O3")
#pragma GCC optimize("Ofast")
#pragma GCC target("sse,sse2,sse3,ssse3,sse4,avx,avx2")

using namespace std;
void init(int n, std::vector<int> s, std::vector<int> p, std::vector<int> w, std::vector<int> l) {
	
	return;
}
long long simulate(int x, int z) {
	return f(x, z);
}

Compilation message (stderr)

dungeons.cpp: In function 'long long int simulate(int, int)':
dungeons.cpp:13:9: error: 'f' was not declared in this scope
   13 |  return f(x, z);
      |         ^