记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:31:25: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
         printf( minValue);
                         ^
In file included from /in/foo.cc:1:0:
/usr/include/stdio.h:364:12: note:   initializing argument 1 of 'int printf(const char*, ...)'
 extern int printf (const char *__restrict __format, ...);
            ^~~~~~

信息

递交者
类型
递交
比赛
泰院2405作业赛第一场
语言
C++
递交时间
2024-10-22 16:27:35
评测时间
2024-10-22 16:27:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes