sao-coding

Results 18 comments of sao-coding

我沒有看到 `POST_SUBMIT` 我試了兩次

同學了解C嗎?能否看看我的程式出了什麼問題? #include int main(){ int M ,D; int b =M*2+D; int S=b%3; scanf(“%d%d”,&M,&D); if(S==0){ printf(“普通”); } else if(S==1){ printf(“吉”); } else { printf(“大吉”); } return 0; } https://blog.sao-x.com/post/oj/zerojudge/a003/#92b9c04f3e2b4cf2bd5e15d09a42bdbe 這串也是沒有通知,不確定是甚麼字

可是 VScode 本身並沒有這個按鈕吧? 這是Cursor新增的按鈕 所以VScode 模組沒有的話 還是要發到language pack那邊嗎?

![image](https://user-images.githubusercontent.com/58339015/147424759-6c468f52-e937-44bd-a0d0-ed042da664d1.png) 請問是我有甚麼步驟沒用到嗎?QQ ID第一個字母R大小寫是他給的

Android version 11 Loading fails ![image](https://github.com/keiyoushi/extensions-source/assets/58339015/a05442e7-21c1-4ecd-9a35-666ceb8cebe3)

> 试试我这个 [Shoka 主题添加检查文章时效性](https://white-album.top/computer-science/hexo/shoka/timeliness/) 謝謝你但是 ![image](https://user-images.githubusercontent.com/58339015/161439530-efba65ce-2931-45a8-9f2f-c2c671d41d94.png) 好像是這個錯 global.js 不知道哪裡出問題了

好像是不支援ES6語法甚麼的 請問如何解決