#include<stdio.h>
int main() {
int x;
scanf("%d",&x);
if( x>15)
printf("%d",x-5);
return 0;
}
匿名回答于2024-06-03 00:22:49