Problem plural
User Dolphy
Submission Time 2026-01-01 21:48:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

plural.cpp:2:19: error: stray β€˜#’ in program
2 | def endin (a, b): #check if a ends in b
| ^
plural.cpp:2:1: error: β€˜def’ does not name a type
2 | def endin (a, b): #check if a ends in b
| ^~~