Runtime Error
/in/foo.cc:31:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main(){ ^ /in/foo.cc: In function 'int main()': /in/foo.cc:32:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&a,&b); ^ /in/foo.cc:32:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- P1308 埃及分数
- 语言
- C++
- 递交时间
- 2018-03-16 20:01:10
- 评测时间
- 2018-03-16 20:01:10
- 评测机
- 分数
- 20
- 总耗时
- 3148ms
- 峰值内存
- 4.102 MiB