# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
108006 | 2019-04-26T18:41:54 Z | reda | 커다란 상품 (IOI17_prize) | C++14 | 71 ms | 384 KB |
#include<bits/stdc++.h> #include "prize.h" using namespace std; int find_best(int n) { int k=0; for(int i=1;i<=n;i++) { vector<int> a=ask(i); if(a[0]==0 && a[1]==0) { k=i;break; } } return k; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 71 ms | 256 KB | Incorrect |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 62 ms | 384 KB | Incorrect |
2 | Halted | 0 ms | 0 KB | - |