#include <stdio.h>
int main() {
printf("What should I do \n");
printf("1. 電子學第三章習題\n");
printf("2. 工程數學習題 \n");
printf("3. Queue + 期中考訂正 \n");
printf("4. 機率學\n");
printf("5. 電路學必考題目\n\n");
printf("What should I do Today\n");
printf("1. 電子學 : 寫完一小時的量\n");
printf("2. 把Queue看懂 寫完\n");
}
To embed this project on your website, copy the following code and paste it into your website's HTML: