제출 #1142132

#제출 시각아이디문제언어결과실행 시간메모리
1142132redimberoc콤보 (IOI18_combo)C++20
0 / 100
0 ms396 KiB
#include "combo.h" using namespace std; std::string guess_sequence(int N) { string p = "XXYYABYABXAY"; if(N == 3){ return p; } }

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

combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:8:1: warning: control reaches end of non-void function [-Wreturn-type]
    8 | }
      | ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...