2012/03/05

[zerojudge] d483 hello, world

題目:https://zerojudge.tw/ShowProblem?problemid=d483
說明:略

Java 版
public class D483 {
    public static void main(String[] args) {
         System.out.println("hello, world");
    }
}
Python 版 (2022.07)
print('hello, world')

沒有留言:

張貼留言