Main.cc: In function ‘int main()’: Main.cc:5:5: error: ‘iong’ was not declared in this scope; did you mean ‘long’? 5 | iong double d5,d6; | ^~~~ | long Main.cc:7:9: error: ‘d5’ was not declared in this scope; did you mean ‘d4’? 7 | d5=0; | ^~ | d4 Main.cc:8:9: error: ‘d6’ was not declared in this scope; did you mean ‘d4’? 8 | d6=0; | ^~ | d4