Compiler output
prog.cpp: In function âint main()â:
prog.cpp:5:18: warning: format â%dâ expects argument of type âint*â, but argument 2 has type âlong int*â [-Wformat]
prog.cpp:13:19: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âlong intâ [-Wformat]
prog.cpp:4:16: warning: unused variable âbinâ [-Wunused-variable]
prog.cpp:4:22: warning: variable âvâ set but not used [-Wunused-but-set-variable]
prog.cpp:4:28: warning: unused variable âlâ [-Wunused-variable]