这是林永吉的算法题仓库
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
201 B

  1. #include "pch.h"
  2. #include "CppUnitTest.h"
  3. using namespace Microsoft::VisualStudio::CppUnitTestFramework;
  4. namespace test
  5. {
  6. TEST_CLASS(test)
  7. {
  8. public:
  9. TEST_METHOD(TestMethod1)
  10. {
  11. }
  12. };
  13. }