Problem diamond
User LXYSGP
Submission Time 2024-06-17 20:12:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

diamond.cpp:49:1: error: expected declaration before ‘}’ token
49 | }
| ^
diamond.cpp:51:5: error: redefinition of ‘int main()’
51 | int main() {
| ^~~~
diamond.cpp:42:5: note: ‘int main()’ previously defined here
42 | int main() {
| ^~~~