Advertisement
avr39ripe

cppProgrammerVasjaDreft

Jun 28th, 2021
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5.     const int latePenalty{ 20 };
  6.     const int sumPer100LOC{ 50 }; //LinesOfCode LOC
  7.     const int linesCount{ 100 };
  8.     const int latesForPenalty{ 3 };
  9.  
  10.  
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement