Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:28: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
     scanf("%lld %lld",&n,&m);
                            ^
/in/foo.cc:17:28: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
/in/foo.cc:47:22: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
     printf("%lld",ans);
                      ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1531 食物链
 - 语言
 - C++
 - 递交时间
 - 2024-06-07 15:41:33
 - 评测时间
 - 2024-06-07 15:41:33
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 74ms
 - 峰值内存
 - 428.0 KiB