Problem | diamond |
---|---|
User | gunnnnnnnnnnnn |
Submission Time | 2023-05-07 22:48:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
diamond.cpp: In function ‘int main()’:
diamond.cpp:13:18: error: expected primary-expression before ‘=’ token
13 | for(int i=0;i<==n*2;i++){
| ^
diamond.cpp:39:1: error: expected ‘}’ at end of input
39 | }
| ^
diamond.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^