- Owner
- Tudor Costin Razvan
- Problem
- Subnumbers
- Contest
- MindCoding 2017 Round 4 Bitdefender (Div. 1)
- Source
- 1.57KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:66:1: error: 'fin' was not declared in this scope fin >> a >> b; ^ prog.cpp:73:1: error: 'fout' was not declared in this scope fout << j - i << '\n'; ^