Quick actions

cmd+k|ctrl+k

Navigation

Languages

Percabangan bersarang

Snippet info

Language

Cpp

Visibility

public

Author

musyarofahmusyarofah894

Created

2023-05-17T05:58:59.172296Z

Updated

2023-05-17T06:13:54.497071Z

#include<stdio.h>
int main() {
    int x,y;
    scanf("%d %d",&x,&y);
    if(y!=0)
       if(x/y>20)
       printf("1/n");
    else
       printf("-1/n");
 reture 0;
}
INFO