/ 南湖ACM /

记录详情

Accepted

foo.c: In function 'main':
foo.c:33:7: warning: unused variable 'm' [-Wunused-variable]
  char m;
       ^
foo.c:34:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ^~~~~~~~~~~~~~
foo.c:40:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%c",&d[i][j]);
    ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Accepted 0ms 256.0 KiB
#4 Accepted 0ms 256.0 KiB

信息

递交者
类型
递交
题目
P1021 迷宫
语言
C
递交时间
2021-09-25 20:32:24
评测时间
2021-09-25 20:32:24
评测机
分数
8
总耗时
3ms
峰值内存
256.0 KiB