Submission #1347701

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

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