This documentation is automatically generated by online-judge-tools/verification-helper
#include "other/TLE.hpp"// 提出を TLE させる目的
void TLE() {
volatile long long x = 0;
while (true) {
x++;
}
}#line 1 "other/TLE.hpp"
// 提出を TLE させる目的
void TLE() {
volatile long long x = 0;
while (true) {
x++;
}
}