Skip to content

Commit

Permalink
Update 26.c (ajay-prabhakar#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
peddireddyhariharan authored and ajay-prabhakar committed Jun 23, 2019
1 parent 8bfbabf commit aa84ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 26.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <stdlib.h>

int main() {
int n;
scanf("%d",&n);
int x;
scanf("%d",&x);

if((n<<31)== 0){
if((x<<31)== 0){
printf("yes");
}
else{
Expand Down

0 comments on commit aa84ecc

Please sign in to comment.