#31336: this is the right one SORRY


oh_my_god (often)


#include
#include
int main()
{
    int score;
    scanf("%d",&score);
    printf("%d",score*30/100);
    return 0;
}