呜呜,手都要废了都没对,求教。

P1000 超级玛丽游戏

cj240816ytq @ 2024-11-19 22:19:31

不会,呜呜呜


by Enjoy0527 @ 2024-12-18 06:48:40

你要选上面一行的“</>”(代码) 没选的:

include <iostream>

using namespace std;

int main() { return 0; }

选了的:

#include <iostream>

using namespace std;

int main() {
    return 0;
}

上一页 |