Advertisement
GerexD

strukthazi-2

Apr 24th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. 1. c
  2. 2. d
  3. 3. a
  4. 4. ev.data_nasterii.an=2000;
  5. 5. d
  6. 6. (x.med1+x.med2)/2;
  7. 7. c
  8. 8. c
  9. 9. d
  10. 10. c
  11. 11. cin>>e1.nume>>e1.nota>>e2.nume>>e2.nota;
  12. if(e1.nota==e2.nota)cout<<e1.nota;
  13. else if(e1.nota>e2.nota) cout<<e1.nota;
  14. else cout<<e2.nota;
  15. 12. c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement