#include<iostream>
using namespace std;
int main()
{
for(int i;i<1000000;i++)
{
long long a,b;
cin >> a>>b;
cout << endl<< endl
<< endl<< endl<< endl<< endl<< endl<< endl
<< endl<< endl<< endl<< endl<< endl<< endl
<< endl<< endl<< endl<< endl<< endl<< endl
<< endl<< endl<< endl<< endl<< endl<< endl
<< endl<< endl<< endl<< endl<< endl<< endl
<<"結果:" << a+b <<endl;
}
return 0;
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/28071.html
標籤:新手樂園
上一篇:springboot+javafx結合時需要使用模塊化匯入javafx.graphics模塊,匯入該模塊后報空指標例外。
