# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1175101 | thanapat | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |
int main(){
int a, b;
cin >> a;
cin >> b;
cout << sum(a, b) + 1;
}
# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1175101 | thanapat | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |