This documentation is automatically generated by competitive-verifier/competitive-verifier
#define PROBLEM "https://yukicoder.me/problems/no/9000"
#include <bits/stdc++.h>
using namespace std;
int main() {
string S;
cin >> S;
cout << "Hello World!" << endl;
return 0;
}
#line 1 "src/example/example_yukicoder.test.cpp"
#define PROBLEM "https://yukicoder.me/problems/no/9000"
#include <bits/stdc++.h>
using namespace std;
int main() {
string S;
cin >> S;
cout << "Hello World!" << endl;
return 0;
}
| Env | Name | Status | Elapsed | Memory |
|---|---|---|---|---|
| g++ | 1.txt |
|
84 ms | 14 MB |
| g++ | 2.txt |
|
11 ms | 14 MB |
| g++ | 3.txt |
|
11 ms | 14 MB |
| g++ | 4.txt |
|
12 ms | 14 MB |