| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1347701 | johnweb12 | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |
#include "aplusb.h"
#include <bits/stdc++.h>
using namespace std;
int sum(int a, int b) {
return a + b;
}| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1347701 | johnweb12 | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |
#include "aplusb.h"
#include <bits/stdc++.h>
using namespace std;
int sum(int a, int b) {
return a + b;
}