Submission #979401

#TimeUsernameProblemLanguageResultExecution timeMemory
979401AlmontherRainforest Jumps (APIO21_jumps)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #define suiii ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); #define ll long long #define co cout<< //#pragma GCC optimize("O3,Ofast,unroll-loops") //#pragma GCC target("avx2,sse3,sse4,avx") using namespace std; //stuff int minimum_jumps(int A, int B, int C, int D){ return C-B; } void init(int N, int[] H){ }

Compilation message (stderr)

jumps.cpp:13:24: error: expected ',' or '...' before 'H'
   13 | void init(int N, int[] H){
      |                        ^