Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4.  
  5.    int a,b,c;
  6.  
  7.    scanf("%d %d %d",&a,&b,&c);
  8.  
  9.     if(b*c<=a){
  10.         printf("Call");
  11.     }
  12.     else {
  13.         printf("Recharge");
  14.     }
  15.  
  16.  
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement