#include <SFML/Graphics.hpp>. int main(). {. sf::Window window(. sf::VideoMode(640, 480),. "Hello World" );. return 0;. } ...
確定! 回上一頁