Problem modulochain
User chiefoggy
Submission Time 2023-12-06 15:49:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:9:34: error: expected unqualified-id before numeric constant
9 | long long a, b, c, temp = 0, 0, 0, 0;
| ^
modulochain.cpp: In lambda function:
modulochain.cpp:14:37: error: expected ‘{’ before ‘;’ token
14 | long long results[3] = [a, b, c];
| ^
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:14:37: error: array must be initialized with a brace-enclosed initializer