# onewan-acmapi **Repository Path**: OneOneNineCodeHome/onewan-acmapi ## Basic Information - **Project Name**: onewan-acmapi - **Description**: 算法竞赛 acm 的一些接口 便于 机器人使用的接口 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-02-16 - **Last Updated**: 2024-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OneWan-ACMAPI [![](https://img.shields.io/badge/API接口文档-OneWan元?label=APIFOX&colorA=fff&colorB=f14d28&logo=APIFOX&style=for-the-badge)](https://apifox.com/apidoc/shared-2ec12200-5af9-400e-b8b1-ec3870f28dbc) ## 目前功能 ### Codeforce #### 统计某用户一周内的提交信息 信息含有 各种提交状态(AC/WA/TLE/MLE/CE等)的个数 和 通过题目的个数(去重) #### 随机一题 可自定义 rating,tag等 ##### rating 集合 0 代表 官方还没有赋分的题目 ``` "0", "800", "900", "1000", "1100", "1200", "1300", "1400", "1500", "1600", "1700", "1800", "1900", "2000", "2100", "2200", "2300", "2400", "2500", "2600", "2700", "2800", "2900", "3000", "3100", "3200", "3300", "3400", "3500" ``` ##### tag 集合 ``` "*special", "2-sat", "binary search", "bitmasks", "brute force", "chinese remainder theorem", "combinatorics", "constructive algorithms", "data structures", "dfs and similar", "divide and conquer", "dp", "dsu", "expression parsing", "fft", "flows", "games", "geometry", "graph matchings", "graphs", "greedy", "hashing", "implementation", "interactive", "math", "matrices", "meet-in-the-middle", "number theory", "probabilities", "schedules", "shortest paths", "sortings", "string suffix structures", "strings", "ternary search", "trees", "two pointers" ```