akTARDIGRADE13's Library

This documentation is automatically generated by competitive-verifier/competitive-verifier

View the Project on GitHub akTARDIGRADE13/cp-library

:heavy_check_mark: src/example/example_yukicoder.test.cpp

Code

#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;
}

Test cases

Env Name Status Elapsed Memory
g++ 1.txt :heavy_check_mark: AC 84 ms 14 MB
g++ 2.txt :heavy_check_mark: AC 11 ms 14 MB
g++ 3.txt :heavy_check_mark: AC 11 ms 14 MB
g++ 4.txt :heavy_check_mark: AC 12 ms 14 MB
Back to top page