// Arup Guha
// 1/12/2026
// Solution to COP 3330 Program 1A: Suck Up to TAs!

import java.util.*;

public class suckup {

	public static void main(String[] args) {

		// Any reasonable message can go here.
		System.out.println("Thanks so much in advance for grading the homework assignments!");
		System.out.println("I really appreciate it!");
		
	}
}