Monday, 2 November 2015

A. Back to the Past_Solution

/*
Tanzila Islam
Southeast University
mail : tanzilamohita@gmail.com
Problem Link:
https://algo.codemarshal.org/contests/DRP2015/problems/A
*/
#include<stdio.h>
int main()
{
     printf("May 29, 2013 Wednesday\n");
     return 0;
}

No comments:

Post a Comment