| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1187374 | kashfy1234 | A + B (IOI24_aplusb) | C++17 | 0 ms | 0 KiB |
//inshaAllah
#include <bits/stdc++.h>
using namespace std;
void sum(int a, int b){
cout<<a+b<<"\n";
return sum ;
}
| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1187374 | kashfy1234 | A + B (IOI24_aplusb) | C++17 | 0 ms | 0 KiB |