Submission #857284

#TimeUsernameProblemLanguageResultExecution timeMemory
857284MarkynoodleElection (BOI18_election)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; #define ll long long int main(){ cout<<"4\n6\n3\n" return; }

Compilation message (stderr)

election.cpp: In function 'int main()':
election.cpp:6:20: error: expected ';' before 'return'
    6 |   cout<<"4\n6\n3\n"
      |                    ^
      |                    ;
    7 |   return;
      |   ~~~~~~