Compile Error
foo.c:1:10: fatal error: bits/stdc++.h: No such file or directory 1 | #include <bits/stdc++.h> | ^~~~~~~~~~~~~~~ compilation terminated.
Found 5 testcases. [Hydro](https://hydro.ac)提供评测服务
代码
#include <bits/stdc++.h>
using namespace std;
int main() {
int a, b;
scanf("%d%d",&a,&b);
printf("%d",a-b);
return 0;
}
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 A-B问题
- 语言
- C
- 递交时间
- 2022-08-24 14:22:22
- 评测时间
- 2022-08-27 15:22:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes