- Owner
- ADRIAN HSD
- Problem
- Run
- Source
- 0.59KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:12:12: error: expected initializer before '.' token int n.m; ^ prog.cpp:15:13: error: 'n' was not declared in this scope cin>> n >> m; ^ prog.cpp:15:18: error: 'm' was not declared in this scope cin>> n >> m; ^