0_0_35994394_12933.cpp: In function 'void make(int)':
0_0_35994394_12933.cpp:7:9: error: expected primary-expression before 'int'
fot(int j=1;j<=n;j++){
^
0_0_35994394_12933.cpp:7:17: error: 'j' was not declared in this scope
fot(int j=1;j<=n;j++){
^
|