提交时间:2020-08-20 14:43:45

运行 ID: 5889

#include <iostream> #include <cstdio> using namespace std; int main() { int x,y; for(int i=0; i<7; i++) { cin >> x >> y; if(x+y<=8) { cout << "00"; } else if(x+y>8) { cout << a; } } return 0; }