제출 #789413

#제출 시각아이디문제언어결과실행 시간메모리
789413JoibanglaCyberland (APIO23_cyberland)C++17
컴파일 에러
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";
}
}
}
} 

컴파일 시 표준 에러 (stderr) 메시지

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