ENG
RUS
Timus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board
Discussion of Problem
2012
. About Grisha N.
Why that's not working? Hint please!
Posted by
Shahalam22
31 Oct 2022 19:44
#include <stdio.h>
int main(){
int a, b, c;
scanf("%d", &a);
b=12-a;
if(b*45<=240){
printf("Yes");
}
else{
printf("No");
}
return 0;
}
© 2000–2024
Timus Online Judge Team
. All rights reserved.