Problem | shortest |
---|---|
User | shashi93 |
Submission Time | 2024-04-17 19:37:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shortest.cpp:4:5: error: invalid preprocessing directive #Calculate
4 | # Calculate integer square root (assuming positive input)
| ^~~~~~~~~
shortest.cpp:8:9: error: stray ‘#’ in program
8 | pass # Ignore conversion errors (assuming non-numeric input)
| ^
shortest.cpp:1:1: error: ‘number_str’ does not name a type
1 | number_str = input()
| ^~~~~~~~~~