Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<isotream>
- #include<cstdio>
- using namespace std;
- int a[100];
- int main()
- {
- for (int i = 0; i < 5; ++i)
- cin >> a[i];
- for (int i = 0; i < 5; ++i)
- cout << a[i];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement