记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:26:16: warning: too many arguments for format [-Wformat-extra-args]
   26 |         printf("&d\n",&upper);
      |                ^~~~~~
/in/foo.c:27:16: warning: too many arguments for format [-Wformat-extra-args]
   27 |         printf("&d\n",&lower);
      |                ^~~~~~
/in/foo.c:28:16: warning: too many arguments for format [-Wformat-extra-args]
   28 |         printf("&d\n",&digit);
      |                ^~~~~~
/in/foo.c:29:16: warning: too many arguments for format [-Wformat-extra-args]
   29 |         printf("&d\n",&other);
      |                ^~~~~~
/in/foo.c: At top level:
/in/foo.c:31:1: error: expected identifier or '(' before 'return'
   31 | return 0
      | ^~~~~~

信息

递交者
类型
递交
比赛
2025-C-4
语言
C
递交时间
2025-12-29 10:46:11
评测时间
2025-12-29 10:46:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes