답안 #1099724

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1099724 2024-10-12T05:02:49 Z model_code Machine (IOI24_machine) C++17
0 / 100
848 ms 1048576 KB
// memory_limit/sol_mle.cpp

#include <bits/stdc++.h>
#include "machine.h"
using namespace std;

vector <int> find_permutation(int n){
    vector<int> q;
    while(true)
    	q.push_back(10);
    return q;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 817 ms 1048576 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 848 ms 1048576 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 837 ms 1048576 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 798 ms 1048576 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 790 ms 1048576 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 780 ms 1048576 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 728 ms 1048576 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -