답안 #401460

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
401460 2021-05-10T09:57:06 Z victoriad Cup of Jamshid (IOI17_cup) C++14
0 / 100
1 ms 300 KB
#include "cup.h"

std::vector<int> find_cup() {
    std::vector<int> result(2);
     int c=ask_shahrasb(0, 0);
     int x=ask_shahrasb(c, 0);
     int y=ask_shahrasb(0, c);
     result[0]=x;
     result[1]=y;
    return result;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 300 KB wrong cup location