本文共 503 字,大约阅读时间需要 1 分钟。
Java????
public class Main { public static void main(String[] args) { System.out.println("Practice makes perfect!"); }}C??????
#include <stdio.h> int main() { printf("Practice makes perfect!"); }C++????
#include <iostream> using namespace std; int main() { cout << "Practice makes perfect!" <>> return 0; }
转载地址:http://xiqk.baihongyu.com/