Hide

Problem F
The Date (Julian + Gregorian)

Your implementation shall include date.hpp, julian.hpp, and gregorian.hpp. Together these three files should declare lab2::Date, lab2::Julian, and lab2::Gregorian, respectively.

Remember that your definitions should be in a separate .cpp-file if possible.

Note

The backend of this test is brand new, please contact [email protected] if you detect (or suspect) any weird behavior.

Please log in to submit a solution to this problem

Log in