Problem plantingpotatoes2
User AineshB
Submission Time 2024-11-19 15:16:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

plantingpotatoes2.cpp: In function ‘int main()’:
plantingpotatoes2.cpp:15:24: error: expected ‘;’ before ‘return’
15 | cout << p% 1000000007
| ^
| ;
16 | return 0;
| ~~~~~~