这只是一个测试
一级标题
二级标题
三级标题
四级标题
加粗文字
斜体文字
有序列表
有序列表
列表项目
- 列表项目
- 列表项目
- 列表项目
- 列表项目
无序列表
列表项目
列表项目
- 列表项目
- 列表项目
- 列表项目
引用文字
private String userName;
private int userPassword;
public User(){
}
/*
**123
**dgdgsggdfgdsg
*/
//sgdgsdgsdg
public class User {
private String userName;
private int userPassword;
public User(){
}
public User(String userName, int userPassword) {
this.userName = userName;
this.userPassword = userPassword;
}
public String getUserName() {
return userName;
}
public void setUserName(String userName) {
this.userName = userName;
}
public void setUserPassword(int userPassworduserPassworduserPassworduserPassworduserPassworduserPassword) {
this.userPassword = userPassworduserPassworduserPassworduserPassworduserPassworduserPassword;
}
public int getUserPassword() {
return userPassword;
}
}
#include<iostream>
using namespace std;
int main(){
int x;
float y;
cout<<"Please input an int number:"<<endl;
cin>>x;
cout<<"The int number is x= "<<x<<endl;
cout<<"Please input a float number:"<<endl;
cin>>y;
cout<<"The float number is y= "<<y<<endl;
return 0;
}
#include<iostream>
using namespace std;
int main(){
int x;
float y;
cout<<"Please input an int number:"<<endl;
cin>>x;
cout<<"The int number is x= "<<x<<endl;
cout<<"Please input a float number:"<<endl;
cin>>y;
cout<<"The float number is y= "<<y<<endl;
return 0;
}
count = 0
while (count < 9):
print 'The count is:', count
count = count + 1
print "Good bye!"
分割线
摘要分割线