[ create a new paste ] login | about

BruceZhou

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by BruceZhou:

C++, pasted on Dec 9:
1
2
3
4
5
int main()
{       
        int n=1;
        float in=0.0;
        for(int i=0;i<10;i++)
...
view (14 lines, 11 lines of output)