Problem jamestreet
User thatlycheeoolongdrink
Submission Time 2024-04-01 13:14:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jame.cpp:12:19: error: missing terminating ' character
12 | int a = (b * r') % 1000000000;
| ^~~~~~~~~~~~~~~~
jame.cpp: In function ‘int sendjame(int)’:
jame.cpp:12:18: error: ‘r’ was not declared in this scope
12 | int a = (b * r') % 1000000000;
| ^
jame.cpp:12:19: error: expected ‘)’ before ‘return’
12 | int a = (b * r') % 1000000000;
| ~ ^
| )
......
15 | return a;
| ~~~~~~
jame.cpp:12:19: error: missing terminating ' character
12 | int a = (b * r') % 1000000000;
| ^~~~~~~~~~~~~~~~
jame.cpp: In function ‘int sendjame(int)’:
jame.cpp:12:18: error: ‘r’ was not declared in this scope
12 | int a = (b * r') % 1000000000;
| ^
jame.cpp:12:19: error: expected ‘)’ before ‘return’
12 | int a = (b * r') % 1000000000;