Submission #1126416

#TimeUsernameProblemLanguageResultExecution timeMemory
1126416khoavn2008A + B (IOI24_aplusb)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h>
using namespace std;

const ll MOD = 1e9+7, N = 2e5+10, INF = 1e18, LOG = 20;

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

Compilation message (stderr)

aplusb.cpp:4:7: error: 'll' does not name a type
    4 | const ll MOD = 1e9+7, N = 2e5+10, INF = 1e18, LOG = 20;
      |       ^~