本题没有输入
Practice makes perfect!
console.log('Practice makes perfect!')
public class Main{ public static void main(String[] args){ System.out.println("Practice makes perfect!"); } }
#include <iostream> using namespace std; int main(); cout << "Practice makes perfect!" <<endl; return 0; } 这应该是最简单的了吧
using static System.Console; using System; class P { public static void Main() { WriteLine("Practice makes perfect!"); } }
print ("practice makes perfect")
public class Main { public static void main(String[] args) { System.out.println("Practice makes perfect!"); } }
Print(“Practice makes perfect!”)
这道题你会答吗?花几分钟告诉大家答案吧!
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题