#include <stdio.h> int main() { signed char temperature; temperature = -2; printf("온도는 %d 입니다.\n", temperature); }
To embed this project on your website, copy the following code and paste it into your website's HTML: