首页 > 简单输出
头像 夏声
发表于 2021-11-27 14:05:19
#include<bits/stdc++.h> #define endl '\n' #define ll long long using namespace std; ll a[10]; int b[10]; void get(int n,int s) { int t=0; 展开全文
头像 渡渡渡渡渡
发表于 2022-11-27 12:37:19
#include<bits/stdc++.h> using namespace std; int main(){     cout<<"hello world"<<endl; &nbs 展开全文
头像 牛客64749189号
发表于 2021-08-14 10:32:08
public class Main{ //定义一个公开的类 public static void main(String[] args){ //定义一个公开的静态的主方法 System.out.println("hello world"); //向控制 展开全文