记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:4:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
    4 |         scanf("%d",&n);
      |                ~^  ~~
      |                 |  |
      |                 |  long long int *
      |                 int *
      |                %lld
foo.c:7:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    7 |                         printf("%d ",a);
      |                                 ~^   ~
      |                                  |   |
      |                                  int long long int
      |                                 %lld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1101ms ≥89.02 MiB

信息

递交者
类型
自测
题目
P1207 C2-1 数字矩阵的左下三角
语言
C
递交时间
2023-10-24 17:50:04
评测时间
2023-10-24 17:50:04
评测机
分数
0
总耗时
≥1101ms
峰值内存
≥89.02 MiB