Skip to content

Commit 8d6a4ab

Browse files
committed
made first contribution for October fest
1 parent fcfb822 commit 8d6a4ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/TwoDifferentPalindromes.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ int main(){
77
int tatab;
88
cin>>tatab;
99
while(tatab--){
10+
11+
//so here we are taking long because it will store some long data in future
1012
long long int a,b;
1113
cin>>a>>b;
1214
if(a%2!=0 && b%2!=0){

0 commit comments

Comments
 (0)