April Fools Day Contest 2014 H. A + B Strikes Back
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!
浙公网安备 33010602011771号