记录详情

Accepted

foo.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
    3 | Input(int a[][N],int m,int n)
      | ^~~~~
foo.c:26:1: warning: return type defaults to 'int' [-Wimplicit-int]
   26 | Output(int a[][N],int m,int n)
      | ^~~~~~
foo.c: In function 'Input':
foo.c:8:4: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    8 |    scanf("%d",&a[i][j]);
      |    ^~~~~~~~~~~~~~~~~~~~
foo.c:9:1: warning: control reaches end of non-void function [-Wreturn-type]
    9 | }
      | ^
foo.c: In function 'Output':
foo.c:35:1: warning: control reaches end of non-void function [-Wreturn-type]
   35 | }
      | ^
foo.c: In function 'main':
foo.c:40:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   40 |  scanf("%d%d%d",&m,&n,&p);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
6-2 矩阵乘法
语言
C
递交时间
2021-12-14 00:28:08
评测时间
2021-12-14 00:28:08
评测机
分数
100
总耗时
7ms
峰值内存
512.0 KiB