评测信息

运行ID: 9592
src.cpp: In function 'int main(int, char**)':
src.cpp:13:12: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
printf(i[0],i[1],i[2],i[3]);
^
In file included from src.cpp:1:0:
E:/OpenJudger2/Compilers/mingw/include/stdio.h:294:37: note: initializing argument 1 of 'int printf(const char*, ...)'
_CRTIMP int __cdecl __MINGW_NOTHROW printf (const char*, ...);
^