Problem platonic11
User popperoni
Submission Time 2025-12-06 22:23:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic11.cpp:18:7: error: invalid preprocessing directive #k
18 | # k is AFTER the values (careful: input format places k on line 1 after n)
| ^
platonic11.cpp:19:7: error: invalid preprocessing directive #But
19 | # But the samples show input as:
| ^~~
platonic11.cpp:20:7: error: invalid preprocessing directive #n
20 | # n k
| ^
platonic11.cpp:21:7: error: invalid preprocessing directive #V1
21 | # V1 V2 ... Vn
| ^~
platonic11.cpp:23:7: error: invalid preprocessing directive #So
23 | # So we should actually read it like that.
| ^~
platonic11.cpp:25:7: error: invalid preprocessing directive #Re
25 | # Re-read input properly:
| ^~
platonic11.cpp:1:1: error: ‘MOD’ does not name a type
1 | MOD = 676767676
| ^~~