105145_0_18756.cpp
105145_0_18756.cpp(16) : error C2664: 'printf' : cannot convert parameter 1 from 'int' to 'const char *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
105145_0_18756.cpp(18) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|