勇攀高峰
老师把一个两位质数的十位告诉了甲,个位告诉了乙。两人有如下对话: 甲:我不知道这个质数是多少。 乙:我早就知道你不可能知道。 甲:我还是不知道。 乙:我也早就知道你刚才也不可能知道。 甲:我终于知道了。
那么这个两位质数是____。
勇攀高峰
老师把一个两位质数的十位告诉了甲,个位告诉了乙。两人有如下对话: 甲:我不知道这个质数是多少。 乙:我早就知道你不可能知道。 甲:我还是不知道。 乙:我也早就知道你刚才也不可能知道。 甲:我终于知道了。
那么这个两位质数是____。
| from PIL import Image, ImageDraw | |
| def parse_atlas_data(text): | |
| lines = text.split("\n") | |
| line_id = 0 | |
| items = [] | |
| meta = {} | |
| curr_item = None | |
| meta_read = False | |
| while line_id < len(lines): |
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA256 | |
| Visit this page at https://ovv.im/sig | |
| Verify this profile at https://keyoxide.org/sig | |
| proof=dns:outv.im | |
| proof=https://mk.outv.im/notes/9bh4ciud3g | |
| proof=https://gist.github.com/outloudvi/aa7b25657eae3d3114b8ce78ba0beb2e | |
| proof=https://news.ycombinator.com/user?id=outloudvi |
| const toMwTracklist = (title, tracks) => | |
| ` | |
| {{Tracklist | |
| | headline = ${title} | |
| | all_music = | |
| | all_lyrics = | |
| | longnote_column = no | |
| | singer_credits = yes | |
| ${tracks | |
| .map(({ title, singer, note }, index) => |
| // This is needed for any .jsx file | |
| // JSX allows you to use HTML tags in JavaScript | |
| import React from 'react' | |
| // Give a **number**, return mm:ss | |
| function formattedYtTime(sec) { | |
| // minute | |
| const h = Math.floor(sec / 60) | |
| // second | |
| const s = sec - h * 60 |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>OAuth | Spotify</title> | |
| </head> |
| /** | |
| Usage: | |
| 1. Get a SPOTIFY_TOKEN (e.g. from kira.vercel.app) and run `deno run --allow-net ./denonbu-tpl.mjs` | |
| 2. Import `checkSongs()` from the file and call checkSongs(SPOTIFY_TOKEN). | |
| **/ | |
| import fetch from 'https://cdn.skypack.dev/node-fetch@3' | |
| import { table } from 'https://cdn.skypack.dev/table@6.8.0' | |
| // Change this | |
| const SPOTIFY_TOKEN = '' |
| const HOSHIMI = '星見プロダクション' | |
| const LN = 'LizNoir' | |
| const TY = 'TRINITYAiLE' | |
| const MANA = '长濑麻奈' | |
| const SUNNYP = 'サニーピース' | |
| const TSUKI = '月のテンペスト' | |
| const alb = [ | |
| { | |
| ti: ['IDOLY PRIDE(歌曲)', 'IDOLY PRIDE'], |
| // Run this in "vtbs/". | |
| const fs = require('fs') | |
| const FIX_FILENAME = false | |
| const FIX_CONTENTFILENAME = true | |
| async function main() { | |
| const info = fs.readdirSync('.') | |
| for (let filename of info) { |