Compile Error
/in/foo.cc:1:2: error: stray '#' in program
1 | ·#include<bits/stdc++.h>
| ^
/in/foo.cc:1:1: error: '\U000000b7' does not name a type
1 | ·#include<bits/stdc++.h>
| ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:5: error: 'cin' was not declared in this scope
7 | cin>>h>>r;
| ^~~
/in/foo.cc:14:9: error: 'cout' was not declared in this scope
14 | cout<<ans;
| ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 大象喝水
- 语言
- C++
- 递交时间
- 2025-12-20 14:14:58
- 评测时间
- 2025-12-20 14:14:58
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes