Skip to content

Commit

Permalink
Merge pull request #537 from gaganjha1608/master
Browse files Browse the repository at this point in the history
Create gagan_include_codechef.cpp
  • Loading branch information
MukulCode authored Oct 29, 2022
2 parents 1f5533c + a3298e5 commit 8603e6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Neerajregression/gagan_include_codechef.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#include<bits/stdc++.h>
using namespace std;

int main(){
int t,a,b,c,d;
cin>>t;
while(t--){
cin>>a>>b>>c>>d;
cout<<a+b+c+d<<endl;
}
return 0;
}

0 comments on commit 8603e6b

Please sign in to comment.