Run ID:4480
提交时间:2024-08-20 19:14:05
#include<iostream> #include<iomanip> using namespace std; //主程序入口 int main(){ //主程序: cout<<"hello,lema"; //结束程序,并返回 return 0;//return 返回 }