Main.cc: In function 'int main()':
Main.cc:5:15: error: '$1500' was not declared in this scope
int i=1,m=$1500
^
Main.cc:33:5: error: expected ',' or ';' before 'return'
return 0;
^
Main.cc:5:9: warning: unused variable 'i' [-Wunused-variable]
int i=1,m=$1500
^
Main.cc:5:13: warning: unused variable 'm' [-Wunused-variable]
int i=1,m=$1500
^