(UPD: 2024-12-04 14:48 UTC) Judge is not working due to Cloudflare incident. (URL) We can do nothing about it, sorry. After the incident is resolved, we will grade all submissions.

제출 #1100389

#제출 시각아이디문제언어결과실행 시간메모리
1100389akzytrCoins (IOI17_coins)C++17
0 / 100
3 ms1104 KiB
#include "coins.h" std::vector<int> coin_flips(std::vector<int> b, int c) { // Subtask 1 b[63] = c; } int find_coin(std::vector<int> b) { return b[63]; }

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

coins.cpp: In function 'std::vector<int> coin_flips(std::vector<int>, int)':
coins.cpp:8:1: warning: no return statement in function returning non-void [-Wreturn-type]
    8 | }
      | ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...