Run id: 100506

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