Submission #1061932

#TimeUsernameProblemLanguageResultExecution timeMemory
1061932Hectorungo_18Roller Coaster Railroad (IOI16_railroad)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

// #define int long long
   
int ans, aux;
bool bo = 0;

long long plan_roller_coaster(int[]	s,	int[]	t){
    return 33;
}

Compilation message (stderr)

railroad.cpp:9:37: error: expected ',' or '...' before 's'
    9 | long long plan_roller_coaster(int[] s, int[] t){
      |                                     ^