Run id: 100248

Main.cc: In function 'int main()':
Main.cc:4:17: error: expected primary-expression before '=' token
         int n,i;=10000,j=10000,k;
                 ^
Main.cc:4:24: error: 'j' was not declared in this scope
         int n,i;=10000,j=10000,k;
                        ^
Main.cc:4:32: error: 'k' was not declared in this scope
         int n,i;=10000,j=10000,k;
                                ^