# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1201208 | ziad3ssam10 | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |
#include<iostream>
int main(){
long long a,b;
std:: cin >> a >> b;
std:: cout << a+ b;
}
# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1201208 | ziad3ssam10 | A + B (IOI24_aplusb) | C++20 | 0 ms | 0 KiB |