4 條題解

  • 0
    @ 2023-9-20 22:20:45

    #include<iostream> using namespace std; #include<iomanip> #include <cstdio> int main(){ int n; for(n=0;n<=100;n++){ if(n%3==0&&n%5!=0){ cout<<n<<" "<<endl; } } return 0; }

    資訊

    ID
    79
    時間
    1000ms
    記憶體
    256MiB
    難度
    2
    标签
    (無)
    遞交數
    1158
    已通過
    756
    上傳者