# Kattis-Hellow World! ###### tags: `kattis` ## 題意概述 輸出 Hellow World! ## 解題策略 <font color=B3B3B3>(none)</font> ## 參考程式碼 ### c ```c= #include <stdio.h> int main(){ printf("hello world\n"); } ``` ### c++ ```cpp= #include <iostream> using namespace std; int main(){ cout<<"Hello World!"<<endl; } ``` ### java ```java= public class Hello_World{ public static void main (String args[]){ System.out.println("Hello World!"); } } ``` ### python ```python= print('Hello world!\n') ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up