you are given two positive integers A and B. Find the number of pairs of positive integers (X,Y) such that 1≤X≤A, 1≤Y≤B and X+Y is even

前端 未结 0 1892
滥情空心
滥情空心 2020-12-05 04:27

#include using namespace std;

int main() { // your code goes here int T;//number of test cases long long int A, B; int i,j; cin >> T;

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题