Run ID:100971
提交时间:2024-12-14 11:54:01
#include<bits/stdc++.h> using namespace std; int main(){ int x,y,z; cin>>x; for(int i=1;i<=x;i++){ cin>>y; if(y%10-y/1000-y/10%10-y/100%10>0){ z++; } } cout<<z; return 0; }