4.1 a daily problem solution to a problem

A + B Strikes Back

Involving knowledge points:

  • April Fool's Day QAQ

solution:

  • wa wa wa wa wa ac
  • Yes, the evaluation machine will only submit your sixth start, began to review your code is correct, ahead of an early warning system, we hope tonight's game will not be too self-closing

std:

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

Guess you like

Origin www.cnblogs.com/QFNU-ACM/p/12610229.html