Problem 3nplus1
User Hytoh
Submission Time 2024-07-30 20:20:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp:1:3: error: invalid preprocessing directive #Program
1 | # Program to check input
| ^~~~~~~
3nplus1.cpp:2:3: error: invalid preprocessing directive #type
2 | # type in Python
| ^~~~
3nplus1.cpp:3:1: error: ā€˜nā€™ does not name a type
3 | n = int(input())
| ^