Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:7:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=] 7 | printf("%d",y); | ~^ ~ | | | | | long long int | int | %lld
信息
- 递交者
- 类型
- 递交
- 题目
- P2241 1.1.2输出第二个整数
- 语言
- C++
- 递交时间
- 2024-04-01 13:38:53
- 评测时间
- 2024-04-01 13:38:53
- 评测机
- 分数
- 50
- 总耗时
- 11ms
- 峰值内存
- 764.0 KiB