/ Vijos /

记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:10:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
   10 |         scanf("%d", n);
      |                ~^   ~
      |                 |   |
      |                 |   int
      |                 int *
/in/foo.c:10:9: warning: 'n' is used uninitialized [-Wuninitialized]
   10 |         scanf("%d", n);
      |         ^~~~~~~~~~~~~~
/in/foo.c:9:13: note: 'n' was declared here
    9 |         int n;
      |             ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 420.0 KiB

信息

递交者
类型
自测
题目
P1001 谁拿了最多奖学金
语言
C
递交时间
2025-05-22 14:15:48
评测时间
2025-05-22 14:15:48
评测机
分数
0
总耗时
1ms
峰值内存
420.0 KiB