Skip to content

Instantly share code, notes, and snippets.

View key-moon's full-sized avatar

keymoon key-moon

  • Tokyo
  • 21:52 (UTC +09:00)
  • X @kymn_
View GitHub Profile
@key-moon
key-moon / predictor.cs
Last active August 24, 2020 15:12
AtCoderからのデータ取得周りは外部の自作ライブラリに依存してるのでこれ単体では動かないです
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Diagnostics;
using Newtonsoft.Json;
using System.Threading.Tasks;
using AngleSharp.Html;
namespace AtCoder
import sys
def _getflag():
orig_file = sys._getframe(1).f_code.co_filename
if orig_file != __file__:
print('who are you...?')
exit(1)
print("0nepts{fakeflag}")
def getflag():