2659 Problem A:hello world

时间: 2024-11-10 admin IT培训

2659 Problem A:hello world

2659 Problem A:hello world

问题 A: hello world

题目描述

将 hello world 输出到屏幕上

样例输出 复制

hello world

#include<stdio.h>int main(){printf("hello world\n");return 0;}