답안 #961525

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
961525 2024-04-12T07:46:07 Z mannshah1211 콤보 (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 | }
      | ^
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 344 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 1 ms 344 KB Execution killed with signal 11
2 Halted 0 ms 0 KB -