Advertisement
Guest User

akil

a guest
Nov 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4. main ()
  5. {
  6. int n,k,a[0];
  7. cin>>n>>k;
  8. for(int i=1;i<=n;i++){
  9. cin>>a[0];
  10.  
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement