题解:#5502.【例2.2】你好世界 审核通过

perryrdoen 2024-05-13 22:07:59 21

白给 code:

#include<iostream>
#include<fstream>
#include <vector>
#include <iomanip>
#include <bits/stdc++.h>
#include <math.h>
#include <algorithm>
#include <cstring>
using namespace std;
int main (){
	cout<<"你好,世界。";
	return 0;
}


{{ vote && vote.total.up }}

共 1 条回复

CPP 刷题王

1