verification-helper

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

View the Project on GitHub online-judge-tools/verification-helper

:heavy_check_mark: examples/debug/relative_path.hpp

Required by

Verified with

Code

#pragma once
char *hello = "Hello World";
#line 2 "examples/debug/relative_path.hpp"
char *hello = "Hello World";
Back to top page