Submission #919049

#TimeUsernameProblemLanguageResultExecution timeMemory
919049brbr7904Road Closures (APIO21_roads)C++11
Compilation error
0 ms0 KiB
#include<bits/stdc++.h> #include "roads.h" using namespace std; int i = 0 while (i > 0) { i += 1; }

Compilation message (stderr)

roads.cpp:6:1: error: expected ',' or ';' before 'while'
    6 | while (i > 0) {
      | ^~~~~