| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1360172 | new | 통행료 (APIO13_toll) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#include <thread>
using namespace std;
int main() {
this_thread::sleep_for(chrono::milliseconds(300));
return 0;
}
#include <bits/stdc++.h>
#include <thread>
using namespace std;
int main() {
this_thread::sleep_for(chrono::milliseconds(300));
return 0;
}
}