# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1175106 | atsuiiw | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |
#include "aplusb.h"
int sum(int A, int B) {
return A + B - 1;
}
int main(){
return sum(5,4);
}
# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1175106 | atsuiiw | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |