Problem swords
User FP31
Submission Time 2025-03-20 08:13:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp:6:15: error: invalid preprocessing directive #Check
6 | # Check if sword j dominates sword i
| ^~~~~
swords.cpp:14:3: error: invalid preprocessing directive #Read
14 | # Read input
| ^~~~
swords.cpp:1:1: error: ‘def’ does not name a type
1 | def count_useful_swords(n, a, b):
| ^~~