记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:5: error: too few arguments to function 'printf'
    6 |     printf();
      |     ^~~~~~
In file included from foo.c:1:
/nix/store/3w4yrspgcx1z9wi18rv0hbap4jjlhx4c-glibc-2.37-8-dev/include/stdio.h:356:12: note: declared here
  356 | extern int printf (const char *__restrict __format, ...);
      |            ^~~~~~
foo.c:5:16: warning: unused variable 'b' [-Wunused-variable]
    5 |         int a, b;
      |                ^
foo.c:5:13: warning: unused variable 'a' [-Wunused-variable]
    5 |         int a, b;
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A1-3 分支结构练习:月份天数
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 12:10:55
评测时间
2023-08-15 12:10:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes