Problem | diamond |
---|---|
User | 0ncarat |
Submission Time | 2024-04-13 10:11:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
diamond.cpp: In function ‘int main()’:
diamond.cpp:6:9: error: expected unqualified-id before ‘=’ token
6 | for(int=0;i<n;i++){
| ^
diamond.cpp:6:9: error: expected ‘;’ before ‘=’ token
6 | for(int=0;i<n;i++){
| ^
| ;
diamond.cpp:6:9: error: expected primary-expression before ‘=’ token
diamond.cpp:6:12: error: ‘i’ was not declared in this scope
6 | for(int=0;i<n;i++){
| ^
diamond.cpp:6:15: error: expected ‘)’ before ‘;’ token
6 | for(int=0;i<n;i++){
| ~ ^
| )
diamond.cpp:6:16: error: ‘i’ was not declared in this scope
6 | for(int=0;i<n;i++){
| ^
diamond.cpp:13:2: error: expected ‘}’ at end of input
13 | }
| ^
diamond.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^