Submission #961525

# Submission time Handle Problem Language Result Execution time Memory
961525 2024-04-12T07:46:07 Z mannshah1211 Combo (IOI18_combo) C++17
0 / 100
1 ms 344 KB
#include <combo.h>
#include <bits/stdc++.h>
using namespace std;

string guess_sequence(int n) {
  
}

Compilation message

combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:7:1: warning: no return statement in function returning non-void [-Wreturn-type]
    7 | }
      | ^
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 344 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 1 ms 344 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -