Problem | addition3 |
---|---|
User | ilikeeggs |
Submission Time | 2024-07-14 19:15:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition3.cpp:1:3: error: invalid preprocessing directive #Function
1 | # Function to add two numbers
| ^~~~~~~~
addition3.cpp:5:3: error: invalid preprocessing directive #Read
5 | # Read input
| ^~~~
addition3.cpp:8:3: error: invalid preprocessing directive #Compute
8 | # Compute the sum
| ^~~~~~~
addition3.cpp:11:3: error: invalid preprocessing directive #Output
11 | # Output the result
| ^~~~~~
addition3.cpp:2:1: error: ‘def’ does not name a type
2 | def add_two_numbers(a, b):
| ^~~