UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#211911#1. A+B ProblemOS_AC01ms1200kbC++108b2024-10-12 19:52:432024-10-12 19:52:45

answer

#include<bits/stdc++.h>
using namespace std;
int main(){
	int a,b;
	cin>>a>>b;
	cout<<a;
	return 0;
}

详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

23 24

output:

23

result:

wrong answer 1st lines differ - expected: '47', found: '23'

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

233 1

output:

233

result:

wrong answer 1st lines differ - expected: '234', found: '233'

Test #3:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

222 333

output:

222

result:

wrong answer 1st lines differ - expected: '555', found: '222'

Test #4:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

1 333

output:

1

result:

wrong answer 1st lines differ - expected: '334', found: '1'

Test #5:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

222 333

output:

222

result:

wrong answer 1st lines differ - expected: '555', found: '222'

Test #6:

score: 0
Wrong Answer
time: 0ms
memory: 1196kb

input:

242 333

output:

242

result:

wrong answer 1st lines differ - expected: '575', found: '242'

Test #7:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

222 3330

output:

222

result:

wrong answer 1st lines differ - expected: '3552', found: '222'

Test #8:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

2220 333

output:

2220

result:

wrong answer 1st lines differ - expected: '2553', found: '2220'

Test #9:

score: 0
Wrong Answer
time: 1ms
memory: 1200kb

input:

222 555

output:

222

result:

wrong answer 1st lines differ - expected: '777', found: '222'

Test #10:

score: 0
Wrong Answer
time: 0ms
memory: 1200kb

input:

222 3333

output:

222

result:

wrong answer 1st lines differ - expected: '3555', found: '222'