记录详情

Accepted

foo.cc: In function 'void solve()':
foo.cc:119:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  119 |         scanf("%d%d",&n,&m);
      |         ~~~~~^~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:131:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  131 |     scanf("%d%d",&t,&k);
      |     ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 31ms 15.75 MiB

信息

递交者
类型
自测
题目
P1332 组合数问题(数据弱化)
语言
C++
递交时间
2022-03-19 21:31:39
评测时间
2022-03-19 21:31:39
评测机
分数
10
总耗时
31ms
峰值内存
15.75 MiB