题解:#1.Hello World 审核通过

perryrdoen 2024-05-13 22:04:16 33

这题白给

#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<<"Hello World";
	return 0;
}


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