답안 #789413

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
789413 2023-07-21T11:04:53 Z Joibangla 사이버랜드 (APIO23_cyberland) C++17
컴파일 오류
0 ms 0 KB
#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

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