
#include <iostream>
using namespace std;


int main() {

    cout << "ECE 312 is the best!\n";
    return 0;
}

