Problem scalars
User Usu
Submission Time 2025-07-02 22:33:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

scalars.cpp: In function ‘int main()’:
scalars.cpp:13:18: error: ‘m’ was not declared in this scope
13 | for (int i=0; i<m; i++){
| ^
scalars.cpp:17:18: error: ‘m’ was not declared in this scope
17 | for (int i=0; i<m; i++){
| ^
scalars.cpp:27:26: error: expected ‘;’ before ‘)’ token
27 | for (int i=0; i < n, i++) {
| ^
| ;