# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
46472 | 2018-04-21T02:49:45 Z | Aibek | Building Bridges (CEOI17_building) | C++17 | 64 ms | 1160 KB |
#include <bits/stdc++.h> using namespace std; const int N=1e6+1; int n,c,pos,e; int h[N],w[N]; int main(){ cin>>n; for(int i=1;i<=n;++i){ cin>>h[i]; cin>>w[i]; } cout<<17; return 0; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 248 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 64 ms | 1160 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 248 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |