Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- int main() {
- cout << 1 << endl;
- cout << 2 << endl;
- cout << 3 << endl;
- cout << 4 << endl;
- cout << 5 << endl;
- cout << 6 << endl;
- cout << 7 << endl;
- cout << 8 << endl;
- cout << 9 << endl;
- cout << 10 << endl;
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement