library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub Harui-i/library

:heavy_check_mark: test/verify/yuki-9000.test.cpp

Code

#define PROBLEM "https://yukicoder.me/problems/12"
#include <bits/stdc++.h>
using namespace std;
int main() {
  cout << "Hello World!" << endl;
}
#line 1 "test/verify/yuki-9000.test.cpp"
#define PROBLEM "https://yukicoder.me/problems/12"
#include <bits/stdc++.h>
using namespace std;
int main() {
  cout << "Hello World!" << endl;
}
Back to top page