Submission #1347698

#TimeUsernameProblemLanguageResultExecution timeMemory
1347698johnweb12A + B (IOI24_aplusb)C++20
In queue
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

int sum(int a, int b) {
  return a + b;
}