// editor2
#include<stdio.h>
#include<string.h>
int main()
{
    char str[]="Today is Monday";
    printf(str);
}