摘要:
#include using namespace std; int main() { int c = 0; int Z, L, I, M; while (cin >> Z >> I >> M >> L) { c++; if(Z == L && L == I && I == M && M == 0) { return 0; } int i = 1; int... 阅读全文
posted @ 2017-05-10 21:00
好吧,就是菜菜
阅读(153)
评论(0)
推荐(0)
浙公网安备 33010602011771号