/ Vijos /

记录详情

Compile Error

foo.c:1:25: warning: extra tokens at end of #include directive
    1 | #include<bits/stdc++.h> using namespace std;int main(){int a,b;cin>>a>>b;a += b;cout<<a<<endl;return 0;}
      |                         ^~~~~
foo.c:1:9: fatal error: bits/stdc++.h: No such file or directory
    1 | #include<bits/stdc++.h> using namespace std;int main(){int a,b;cin>>a>>b;a += b;cout<<a<<endl;return 0;}
      |         ^~~~~~~~~~~~~~~
compilation terminated.
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C
递交时间
2023-05-26 16:54:29
评测时间
2023-05-26 16:54:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes