My Solution
I am glad to come over the interesting problem.^_^
After 5 times of WA, I get a real test and Accepted.
#include <iostream>
#include <cstdio>
using namespace std;
//Happy April Fools Day! Thank you ha ha ha ha ha ha!
int main()
{
int a, b;
scanf("%d%d", &a, &b);
printf("%d", a+b);
return 0;
}
Thank you!