Submission #857284

# Submission time Handle Problem Language Result Execution time Memory
857284 2023-10-05T19:49:07 Z Markynoodle Election (BOI18_election) C++17
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;
#define ll long long

int main(){
  cout<<"4\n6\n3\n"
  return;
}

Compilation message

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