Run id: 2244

Main.cc:3:1: error: 'usng' does not name a type
 usng namespace std;
 ^
Main.cc: In function 'void generateMatrix(int)':
Main.cc:30:13: error: 'cout' was not declared in this scope
             cout < matrix[i][j];
             ^
Main.cc:30:13: note: suggested alternative:
In file included from Main.cc:1:0:
/usr/include/c++/4.8.2/iostream:61:18: note:   'std::cout'
   extern ostream cout;  /// Linked to standard output
                  ^
Main.cc:31:20: error: expected ')' before numeric constant
             if(j& __os)
     ^
Main.cc:39:1: error: a function-definition is not allowed here before '{' token
 {
 ^
Main.cc:44:1: error: expected '}' at end of input
 }
 ^