This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
4dkankan-docs
/
pro-docs
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
618b421d5c
Branchit
Tagit
master
siweihuoyan
takelook-lyh
pro-docs
/
product
/
tempCodeRunnerFile.cpp
tempCodeRunnerFile.cpp
135 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
#include <iostream>
using namespace std;
main(){
int n;
cout << "输入一个三位正整数:";
cin >> n ;
return 0;
}