I.cpp 129 B

123456789
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. int main() {
  4. cout << "WelCome To Ahstu Online Judge System";
  5. return 0;
  6. }