Problem diamond
User r1r2r3r4
Submission Time 2025-05-06 01:06:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

diamond.cpp:16:2: error: stray ‘#’ in program
16 | }#include <bits/stdc++.h>
| ^
diamond.cpp:16:3: error: ‘include’ does not name a type
16 | }#include <bits/stdc++.h>
| ^~~~~~~
diamond.cpp:19:5: error: redefinition of ‘int main()’
19 | int main() {
| ^~~~
diamond.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main() {
| ^~~~