Submission #1347702

#TimeUsernameProblemLanguageResultExecution timeMemory
1347702korraweeA + B (IOI24_aplusb)C++17
In queue
0 ms0 KiB
#include "aplusb.h"
#include <bits/stdc++.h>

using namespace std;

int sum (int A, int B) {
  return A + B;
}