Problem eight
User cry0rsa
Submission Time 2025-06-16 16:27:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp:5:16: error: too many decimal points in number
5 | int score(6);{8.18.18.28.28.0}
| ^~~~~~~~~~~~~~~
eight.cpp: In function ‘int main()’:
eight.cpp:5:31: error: expected ‘}’ at end of input
5 | int score(6);{8.18.18.28.28.0}
| ^
eight.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^