Submission #1259037

#TimeUsernameProblemLanguageResultExecution timeMemory
1259037siquy3001Souvenirs (IOI25_souvenirs)C++20
Compilation error
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; #define ll long long std::pair<std::vector<int>, long long> transaction(long long M); void buy_souvenirs(int N, long long P0) transaction(P0-1); }

Compilation message (stderr)

souvenirs.cpp:6:5: error: expected initializer before 'transaction'
    6 |     transaction(P0-1);
      |     ^~~~~~~~~~~
souvenirs.cpp:7:1: error: expected declaration before '}' token
    7 | }
      | ^