好像不一定要计算。。

#include <stdio.h>

int main() {
    int x;
    scanf("%d\n", &x);
    printf("%d00\n", x);
    return 0;
}