#include int main(void) { int percent; scanf("%d", &percent); if(0<=percent||percent<=10) { printf("%d0", percent); } return 0; }