Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2. insertionsort.cpp: In function ‘int main()’:
  3. insertionsort.cpp:36: error: redeclaration of ‘int i’
  4. insertionsort.cpp:18: error: ‘int i’ previously declared here
  5. insertionsort.cpp:36: error: redeclaration of ‘int j’
  6. insertionsort.cpp:17: error: ‘int j’ previously declared here
  7. insertionsort.cpp:36: error: conflicting declaration ‘int temp’
  8. insertionsort.cpp:21: error: ‘temp’ has a previous declaration as ‘double temp’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement