Submission #1142132

#TimeUsernameProblemLanguageResultExecution timeMemory
1142132redimberocCombo (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; } }

Compilation message (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...