Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'loxv'

1760577 - Pileczka: loxv pileczka opss
  1. #include <iostream>
  2.  
  3.  
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {
  9.  
1760109 - Pieczka: loxv
  1. #include <iostream>
  2.  
  3.  
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {
  9.  
1710838 - LICZBY F.: wolver loxv
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.     // 1 2 3 5 8 13
  8.     int prev,prevprev, uinput,cur_val, howmany;
  9.