Problem sumint
User PriyankCoder
Submission Time 2024-08-30 23:50:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:3:3: error: invalid preprocessing directive #Read
3 | # Read the meow counts for each day as a list of integers
| ^~~~
sumint.cpp:6:3: error: invalid preprocessing directive #Calculate
6 | # Calculate the total number of meows
| ^~~~~~~~~
sumint.cpp:9:3: error: invalid preprocessing directive #Output
9 | # Output the result
| ^~~~~~
sumint.cpp:1:1: error: ā€˜dā€™ does not name a type
1 | d = int(input())
| ^