Problem | 3nplus1 |
---|---|
User | bluesky2113 |
Submission Time | 2024-08-03 08:29:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp:4:6: error: expected unqualified-id before numeric constant
4 | void 3nplus1(int n) {
| ^~~~~~~
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:18:2: error: unable to find numeric literal operator ‘operator""nplus1’
18 | 3nplus1(n);
| ^~~~~~~