/ MYOJ /

记录详情

Accepted

foo.cc: In function 'int init()':
foo.cc:35:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
foo.cc:27:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:30:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&a[i][j]);
    ~~~~~^~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 4ms 4.375 MiB
#2 Accepted 4ms 4.414 MiB
#3 Accepted 4ms 4.75 MiB
#4 Accepted 4ms 4.281 MiB
#5 Accepted 4ms 4.551 MiB

信息

递交者
类型
递交
题目
P1003 [USACO]数字三角形
语言
C++
递交时间
2021-04-13 06:17:55
评测时间
2021-04-13 06:17:55
评测机
分数
50
总耗时
21ms
峰值内存
4.75 MiB