#include <stdio.h>

void main(void)
{
    unsigned short int seconds;
    seconds = 35000;
    printf("%d초", seconds);
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: