#include<iostream>
using namespace std;
int main() {
    cout<<"Welcome!";
    return 0;
}

1 条评论

  • 1