| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1360172 | new | Toll (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;
}
}