- Owner
- ciprian florescu
- Problem
- Bitcount
- Source
- 0.40KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:15:9: error: return-statement with no value, in function returning 'int' [-fpermissive] return; ^ prog.cpp:19:9: error: return-statement with no value, in function returning 'int' [-fpermissive] return; ^ prog.cpp:11:6: warning: unused variable 'aux' [-Wunused-variable] int aux; ^