他人の空似自作物置場

CheckCDPath.zip/sample.cpp


#include "CheckCDPath.h"

int main() {
  return CheckCDPath() ? 1 : 0;
}