0

Solve the problem

Given three natural numbers a, b, c which represent the day, month and year of some date. For example: 1, 4, 1991 represents 1st April 1991. Output three numbers which represent the following date. Example: Input: 1 4 1991 Output 2 4 1991 #include <iostream> using namespace std; int main (){ .......

19th Sep 2020, 11:10 AM
Azat Malgazhdar
Azat Malgazhdar - avatar
3 RĂ©ponses
+ 5
Do you need help with the problem described? Can you show your attempts?
19th Sep 2020, 11:11 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Azat Malgazhdar then make an attempt and post your attempt code.
19th Sep 2020, 11:14 AM
äœ çŸ„é“èŠć‰‡ïŒŒæˆ‘äčŸæ˜Ż
äœ çŸ„é“èŠć‰‡ïŒŒæˆ‘äčŸæ˜Ż - avatar
0
I haven't attempts
19th Sep 2020, 11:12 AM
Azat Malgazhdar
Azat Malgazhdar - avatar