ZeroJudge & UVa Online Judge answers
#include using namespace std; int main() { int num,max=0; cin>>num; for(int i=0;i { int people; cin>>people; if(people>max) max=people; } cout< return 0; }
No comments:
Post a Comment