Submission #907498

#TimeUsernameProblemLanguageResultExecution timeMemory
907498MkswllCombo (IOI18_combo)C++17
Compilation error
0 ms0 KiB
string guess_sequence(int n){
	return "";
}

Compilation message (stderr)

combo.cpp:1:1: error: 'string' does not name a type
    1 | string guess_sequence(int n){
      | ^~~~~~