답안 #684381

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
684381 2023-01-21T05:35:10 Z mjhmjh1104 Ancient Machine (JOI21_ancient_machine) C++17
0 / 100
45 ms 6760 KB
#include "Anna.h"
#include "Bruno.h"
#include <vector>
using namespace std;

void Anna(int n, vector<char> s) {
    
}
#include "Bruno.h"
#include <vector>
using namespace std;

void Bruno(int n, int l, vector<int> a) {
    for (int i = 0; i < n; i++) Remove(i);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 512 KB Wrong Answer [6]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 45 ms 6760 KB Wrong Answer [6]
2 Halted 0 ms 0 KB -