Problem diamond
User AwkUngenially
Submission Time 2025-04-12 17:02:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

diamond.cpp: In function ‘int main()’:
diamond.cpp:9:50: error: expected ‘)’ before ‘{’ token
9 | if (j >= n - abs(n - i) || j <= n + abs(n - i) {
| ~ ^~
| )
diamond.cpp:14:3: error: expected primary-expression before ‘}’ token
14 | }
| ^