#include <stdio.h> int main() { double t1, t2; scanf("%lf", &t1); scanf("%lf", &t2); if(t2<t1){ printf("Paulo"); } else{ printf("Pedro"); } return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: