记录详情

Compile Error

foo.c:1:10: fatal error: bits/stdc++.h: No such file or directory
    1 | #include <bits/stdc++.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
[Hydro](https://hydro.ac)提供评测服务

代码

#include <bits/stdc++.h>

int main()
{
	int x, y;
	scanf("%d %d", &x, &y;
    printf("%d",x+y);
}

信息

递交者
类型
自测
题目
巴蜀中学签到题
语言
C
递交时间
2022-04-30 12:48:01
评测时间
2022-04-30 12:48:01
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes