Submission #789413

#TimeUsernameProblemLanguageResultExecution timeMemory
789413JoibanglaCyberland (APIO23_cyberland)C++17
Compilation error
0 ms0 KiB
#include<cyberland.h>
#include<bits/stdc++.h>
#include<algorithm>
using namespace std; 

int main(){ 
int n;
int i; 

if(n/i){ 
cout<<"i"<<"\n";
}
else{ 
cout<<"-1"<<"\n";
}
}
}
} 

Compilation message (stderr)

cyberland.cpp:17:1: error: expected declaration before '}' token
   17 | }
      | ^
cyberland.cpp:18:1: error: expected declaration before '}' token
   18 | }
      | ^