标签:nbsp bsp names clu name ++ == std using
#include<iostream>
using namespace std;
int main() {
int ra;
for (int ra = 1;ra <= 50;ra++) {
if (4 * ra + 2 * (50 - ra) == 160)
cout << 50 - ra << " " << ra;
}
return 0;
}
标签:nbsp bsp names clu name ++ == std using
原文地址:http://www.cnblogs.com/isaacgy/p/7213850.html