UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#174973#1227. 计算两个数的和180155368041000ms1196kbC++11237b2023-07-24 11:32:022023-07-24 11:32:03

answer

#include <bits/stdc++.h>
#define c +0
#define d c c c c
#define e d d c d +0
#define f e e e d c e c +0 e c e c +0 +0 +000 c e +0
using namespace std;

int a,b;

int main()
{
	cin >> a >> b;
	cout << a + b + f;
	return 0;
}

详细

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

Test #1:

score: 33
Accepted
time: 0ms
memory: 1196kb

input:

1 2

output:

3

result:

ok single line: '3'

Test #2:

score: 33
Accepted
time: 0ms
memory: 1196kb

input:

3 6

output:

9

result:

ok single line: '9'

Test #3:

score: 33
Accepted
time: 0ms
memory: 1196kb

input:

6 9

output:

15

result:

ok single line: '15'