This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
PGP Public Key Deprecation Notice | |
Due to confirmed loss of the corresponding primary private key, as of June 12, 2025, any certifications issued by the associated primary key shall no longer be considered trustworthy. The following details apply: | |
1. Effective immediately, the primary key with Key ID D61FE44D63441C3D2AD6391CE6F1CB7EE76B895D is deemed no longer under the control of its rightful owner. Any identity certifications made by this key should no longer be trusted. | |
2. The above-mentioned PGP key, including all its subkeys, will be officially deprecated on July 1, 2025. After this date, any encryption, digital signatures, or authentication actions associated with this key should be considered invalid and untrustworthy. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 我想锤的管制 | |
// @namespace https://atc.vatprc.net/ | |
// @version 0.1 | |
// @description 检测本次活动有没有我想锤的管制 | |
// @author 1429444 | |
// @match https://atc.vatprc.net/events/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=vatprc.net | |
// @grant none | |
// @run-at document-end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CMake | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
env: | |
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* CCF Arbiter Auto AC Hacker | |
* Sat Dec 12 2020 15:09:44 GMT+0800 (中国标准时间) | |
* Author: Anonymous | |
* Don't use it in CCF's competition | |
*/ | |
#include<iostream> | |
#include<cstdio> |