#include <iostream> using namespace std; int main() { int a,b,c,d,e,f,g,h,m,n; while(cin>>a>>b>>c>>d>>e>>f>>g>>h>>m>>n) { if(a>9||b>9) { ...