#31336: this is the right one SORRY


oh_my_god (often)

學校 : 臺中市私立明道高級中學
編號 : 196962
來源 : [36.232.167.246]
最後登入時間 :
2025-09-20 18:38:30

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