| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1126417 | khoavn2008 | A + B (IOI24_aplusb) | C++17 | 0 ms | 328 KiB |
#include <bits/stdc++.h>
using namespace std;
#define ll long long
const ll MOD = 1e9+7, N = 2e5+10, INF = 1e18, LOG = 20;
int sum(int A, int B){
return A + B;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
