Skip to content

Commit

Permalink
Create gagan_include_codechef.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganjha1608 authored Oct 29, 2022
1 parent 2bc50b5 commit a3298e5
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 a3298e5

Please sign in to comment.