Skip to content

Commit 5670538

Browse files
authored
Merge pull request MukulCode#412 from Deepusingh8527/prmain
Prmain
2 parents 44da4ad + ca70d7c commit 5670538

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ Vartika(Bhopal)
184184

185185
Rajat Garg (Delhi)
186186

187+
Deepu Singh(Delhi)
188+
187189
Shivam Gupta (Delhi)
188190

189191
Sanchit Khare (Aligarh)

cpp/cppfiles/codes.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include<bits/stdc++.h>
2+
using namespace std;
3+
int main(){
4+
int t,a,c;
5+
cin>>t;
6+
while(t--){
7+
cin>>a>>b;
8+
cout<<max(a,b)<<endl;
9+
}
10+
return 0;
11+
}

0 commit comments

Comments
 (0)