/ Vijos /

记录详情

Runtime Error

foo.c: In function 'main':
foo.c:5:10: warning: character constant too long for its type
   printf('hello, world');
          ^~~~~~~~~~~~~~
foo.c:5:10: warning: passing argument 1 of 'printf' makes pointer from integer without a cast [-Wint-conversion]
In file included from foo.c:1:0:
C:/mingw32/i686-w64-mingw32/include/stdio.h:380:15: note: expected 'const char * restrict' but argument is of type 'int'
   int __cdecl printf(const char * __restrict__ _Format,...);
               ^~~~~~
# 状态 耗时 内存占用
#1 Runtime Error Judge Output: model hello, world user 15ms 576.0 KiB

信息

递交者
类型
自测
题目
P1319 数列
语言
C
递交时间
2017-02-21 09:18:25
评测时间
2017-02-21 09:18:25
评测机
分数
0
总耗时
15ms
峰值内存
576.0 KiB