| Problem | addition |
|---|---|
| User | Hytoh |
| Submission Time | 2024-07-30 19:48:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:1:3: error: invalid preprocessing directive #Program
1 | # Program to check input
| ^~~~~~~
addition.cpp:2:3: error: invalid preprocessing directive #type
2 | # type in Python
| ^~~~
addition.cpp:4:1: error: ‘x’ does not name a type
4 | x, y = map(int,input().split())
| ^