# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
617572 | 2022-08-01T12:14:29 Z | Sergio_2357 | 장난감 기차 (IOI17_train) | C++17 | 8 ms | 856 KB |
#include "train.h" #include <bits/stdc++.h> using namespace std; #define int long long vector<signed> who_wins(vector<signed> a, vector<signed> r, vector<signed> u, vector<signed> v) { srand(time(0)); vector<signed> res(a.size()); for (int i = 0; i < res.size(); i++) res[i] = rand() % 2; return res; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 568 KB | 3rd lines differ - on the 6th token, expected: '0', found: '1' |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 212 KB | 3rd lines differ - on the 2nd token, expected: '1', found: '0' |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 8 ms | 856 KB | 3rd lines differ - on the 6th token, expected: '0', found: '1' |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 5 ms | 724 KB | 3rd lines differ - on the 1st token, expected: '1', found: '0' |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 5 ms | 828 KB | 3rd lines differ - on the 1st token, expected: '1', found: '0' |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 4 ms | 568 KB | 3rd lines differ - on the 6th token, expected: '0', found: '1' |
2 | Halted | 0 ms | 0 KB | - |