| Problem | diamond |
|---|---|
| User | LimCheeHann |
| Submission Time | 2026-02-05 17:38:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
diamond.cpp: In function ‘int main()’:
diamond.cpp:6:17: error: expected ‘;’ before ‘>=’ token
6 | for(int i=N-1,i>=0;i++){
| ^~
| ;
diamond.cpp:6:17: error: expected primary-expression before ‘>=’ token
6 | for(int i=N-1,i>=0;i++){
| ^~