Problem | addition |
---|---|
User | Aryankcode2024 |
Submission Time | 2024-06-18 10:21:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:1:3: error: invalid preprocessing directive #Step
1 | # Step 1: Read input
| ^~~~
addition.cpp:4:3: error: invalid preprocessing directive #Step
4 | # Step 2: Compute sum
| ^~~~
addition.cpp:7:3: error: invalid preprocessing directive #Step
7 | # Step 3: Output the result
| ^~~~
addition.cpp:2:1: error: ‘a’ does not name a type
2 | a, b = map(int, input().split())
| ^