Wrong Answer
/in/foo.cc: In function 'void output(long long int, long long int)': /in/foo.cc:9:110: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] inline void output(int th,long long ans){printf("Case %d: the next triple peak occurs in %lld days.\n",th,ans);} ^ /in/foo.cc: At global scope: /in/foo.cc:30:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main(){ ^
信息
- 递交者
- 类型
- 递交
- 题目
- 生理周期(Biorhythms)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2018-10-03 17:18:03
- 评测时间
- 2018-10-03 17:18:03
- 评测机
- 分数
- 0
- 总耗时
- 79ms
- 峰值内存
- 384.0 KiB