ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#211907 | #1. A+B Problem | wushuyu | 0 | 0ms | 0kb | C++ | 189b | 2024-10-12 19:39:07 | 2024-10-12 19:39:08 |
answer
#include<bits/stdc++.h>
using namespace std;
int main()
{
freopen("answer.in","r",stdin);
freopen("answer.out","w",stdout);
long long a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Dangerous Syscalls
input:
23 24
output:
result:
Test #2:
score: 0
Dangerous Syscalls
input:
233 1
output:
result:
Test #3:
score: 0
Dangerous Syscalls
input:
222 333
output:
result:
Test #4:
score: 0
Dangerous Syscalls
input:
1 333
output:
result:
Test #5:
score: 0
Dangerous Syscalls
input:
222 333
output:
result:
Test #6:
score: 0
Dangerous Syscalls
input:
242 333
output:
result:
Test #7:
score: 0
Dangerous Syscalls
input:
222 3330
output:
result:
Test #8:
score: 0
Dangerous Syscalls
input:
2220 333
output:
result:
Test #9:
score: 0
Dangerous Syscalls
input:
222 555
output:
result:
Test #10:
score: 0
Dangerous Syscalls
input:
222 3333