Problem 3nplus1
User Aniedg
Submission Time 2024-02-03 21:30:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:8: error: expected ‘)’ before ‘mod’
8 | if (a mod 2 == 0) {
| ~ ^~~~
| )