#include <iostream> using namespace std; int main() { int num = 5; bool isItTrue = true; char str[] = "Hello World"; std::cout << "Hello ...
確定! 回上一頁