Wrong Answer
/in/foo.cc:2:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main(){printf("%lld",114514*1919810);} ^ /in/foo.cc: In function 'int main()': /in/foo.cc:2:28: warning: integer overflow in expression [-Woverflow] main(){printf("%lld",114514*1919810);} ~~~~~~^~~~~~~~ /in/foo.cc:2:36: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] main(){printf("%lld",114514*1919810);} ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1131 RP之神-4
- 语言
- C++
- 递交时间
- 2024-06-04 20:55:41
- 评测时间
- 2024-06-04 20:55:41
- 评测机
- 分数
- 0
- 总耗时
- 2ms
- 峰值内存
- 356.0 KiB