No response

Time Limit: 1000MS  Memory Limit: 65536KB

Problem Description

Input

Output

No response

Example Input

Example Output

Hint

Author

「SDUT Round #3 - 2017 愚人节专场」by MLE_kenan
#include <iostream>

using namespace std;

int main()
{
    cout << "No response" << endl;
    return 0;
}


/***************************************************
User name: 听说强哥不参赛
Result: Accepted
Take time: 0ms
Take Memory: 144KB
Submit time: 2017-04-01 21:40:37
****************************************************/