C++程序  |  8行  |  97 B


#include <fstream>
int main(void) {
        std::ofstream pippo("pluto");
        return 0;
};