C :
#include<stdio.h> void main() { printf("hello world!\n"); }
C++ :
#include<cstdio> using namespace std; int main() { printf("hello world!\n"); return 0; }
Pascal :
var a:string; begin a:='hello world!'; writeln(a); end.
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 算道OJ universal account