记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:30:16: warning: passing argument 1 of 'printf' makes pointer from integer without a cast [-Wint-conversion]
         printf('\n');
                ^~~~
In file included from /in/foo.c:1:0:
/usr/include/stdio.h:364:12: note: expected 'const char * restrict' but argument is of type 'int'
 extern int printf (const char *__restrict __format, ...);
            ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 236.0 KiB

信息

递交者
类型
自测
题目
A9-3 数组中最大的负数
语言
C
递交时间
2024-10-29 08:17:47
评测时间
2024-10-29 08:17:48
评测机
分数
0
总耗时
1ms
峰值内存
236.0 KiB