Wrong Answer
Code
#include<stdio.h>
int main()
{
int n;
scanf("%d", &n);
int a=(n*2);
if(a>100){
printf("NO");
}
else if(a<=100){
printf("YES");
}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1056 A. Grown up boy sunny
- Language
- C11 (GCC 13.2.0)
- Submit At
- 2025-09-12 15:23:01
- Judged At
- 2025-09-12 15:23:01
- Judged By
- Score
- 0
- Total Time
- 0ms
- Peak Memory
- 284.0 KiB