Problem | add1 |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-04-01 13:10:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1.cpp:1:1: error: stray ‘##’ in program
1 | ## Problem Description
| ^~
add1.cpp:3:18: error: stray ‘`’ in program
3 | Given an integer `x`, output `x + 1`.
| ^
add1.cpp:3:20: error: stray ‘`’ in program
3 | Given an integer `x`, output `x + 1`.
| ^
add1.cpp:3:30: error: stray ‘`’ in program
3 | Given an integer `x`, output `x + 1`.
| ^
add1.cpp:3:36: error: stray ‘`’ in program
3 | Given an integer `x`, output `x + 1`.
| ^
add1.cpp:5:1: error: stray ‘##’ in program
5 | ### Input
| ^~
add1.cpp:5:3: error: stray ‘#’ in program
5 | ### Input
| ^
add1.cpp:7:38: error: stray ‘`’ in program
7 | The first line of input will contain `x`. `x` is guaranteed to fit into a 32-bit signed integer.
| ^
add1.cpp