Submission #1347700

#TimeUsernameProblemLanguageResultExecution timeMemory
1347700korraweeA + 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;
}