| Problem | peakfinding |
|---|---|
| User | tianqi0801 |
| Submission Time | 2025-10-26 09:20:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
peakfinding.cpp:3:3: error: invalid preprocessing directive #Initialize
3 | # Initialize a variable to keep track of the maximum height
| ^~~~~~~~~~
peakfinding.cpp:6:3: error: invalid preprocessing directive #Loop
6 | # Loop through all mountains and find the maximum
| ^~~~
peakfinding.cpp:12:3: error: invalid preprocessing directive #Output
12 | # Output the maximum height
| ^~~~~~
peakfinding.cpp:1:1: error: āNā does not name a type
1 | N = int(input())
| ^