0_0_18798574_12102.cpp: In function 'int main()':
0_0_18798574_12102.cpp:16:10: error: 'i' was not declared in this scope
for (i = Mount;i > 0;i--)
^
0_0_18798574_12102.cpp:28:10: error: 'i' was not declared in this scope
for (i = 0;i <= Mount;i++)
^
0_0_18798574_12102.cpp:31:13: error: expected '}' at end of input
return 0;
^
|