Guest User

Untitled

a guest
Apr 26th, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ## kolor.test.cpp [c++]
  2. #include <iostream>
  3. #define ZERO 0.000001
  4.  
  5. class Word {
  6. int asd;
  7. void foo (int a) {
  8. cout << "bar";
  9. }
  10. };
  11.  
  12. int main() {
  13. float asd;
  14. for (int i=1; i<10; ++i) {
  15. cin >> asd;
  16. }
  17. if (i<0 )
  18. asd;
  19. return 0;
  20. }
Add Comment
Please, Sign In to add comment