#include <stdio.h>int main(){ int x; scanf(" %d", &x); printf("%d", x * 3 / 10); return 0;}
自己寫啦87
自己寫啦87 LOL