Time Exceeded
/in/foo.cc: In function 'int main()': /in/foo.cc:42:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&n,&m); ^ /in/foo.cc:42:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:45:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&room[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1782 借教室
- 语言
- C++
- 递交时间
- 2018-10-06 21:43:19
- 评测时间
- 2018-10-06 21:43:19
- 评测机
- 分数
- 95
- 总耗时
- ≥15677ms
- 峰值内存
- ≥107.25 MiB