/ Vijos /

记录详情

Compile Error

/in/foo.c:1:24: warning: extra tokens at end of #include directive
 #include<bits/stdc++.h>,using namespace std;int main(){int a,b;cin>>a>>b;a += b;cout<<a<<endl;return 0;}
                        ^
/in/foo.c:1:107: fatal error: bits/stdc++.h: No such file or directory
 #include<bits/stdc++.h>,using namespace std;int main(){int a,b;cin>>a>>b;a += b;cout<<a<<endl;return 0;}
                                                                                                           ^
compilation terminated.

信息

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