Skip to content

Commit

Permalink
Create neeraj_keseri_lal.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-msit authored Oct 27, 2022
1 parent 83306a6 commit 54734f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Neerajregression/neeraj_keseri_lal.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include<iostream>
#include<math.h>
int main(){
int a,b,c;
cin>>a>>b>>c;
cout<<a+b+c<<endl;
return 0;
}

0 comments on commit 54734f1

Please sign in to comment.