#include <stdio.h> void main(void) { unsigned short int seconds; seconds = 35000; printf("%d초", seconds); }
To embed this project on your website, copy the following code and paste it into your website's HTML: