题解:#1230.Hello 审核通过

perryrdoen 2024-05-13 22:06:34 2024-05-16 21:45:24 20

这题显然是直接输出 用 cout直接输出好吧 这是一道顺序结构的基本例题,这是必须掌握的 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<<"I LOVE OI.";
	return 0;
}
{{ vote && vote.total.up }}