Problem diamond
User CalebKow
Submission Time 2025-07-01 16:54:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

diamond.cpp: In function ‘int main()’:
diamond.cpp:28:17: error: expected ‘;’ before ‘}’ token
28 | d.push_back(s)
| ^
| ;
29 | }
| ~