| Problem | diamond |
|---|---|
| User | BrainrotKid |
| Submission Time | 2026-02-23 20:56:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
diamond.cpp: In function ‘int main()’:
diamond.cpp:10:24: error: expected ‘;’ before ‘long’
10 | int a; a=x-i-1
| ^
| ;
diamond.cpp:11:17: error: ‘d’ was not declared in this scope
11 | int d; d= 2*i + 1;
| ^