File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 33 ATCODER_PROBLEMS_URL ,
44 AOJ_ATCODER_JOI_URL ,
55 AOJ_PCK_URL ,
6- AOJ_ICPC_URL ,
6+ ICPC_JAPAN_PROBLEMS_URL ,
77 GITHUB_URL ,
88} from './urls' ;
99
@@ -12,6 +12,6 @@ export const externalLinks = [
1212 { title : `AtCoder Problems` , path : ATCODER_PROBLEMS_URL } ,
1313 { title : `AOJ / AtCoder-JOI` , path : AOJ_ATCODER_JOI_URL } ,
1414 { title : `AOJ-PCK` , path : AOJ_PCK_URL } ,
15- { title : `AOJ- ICPC` , path : AOJ_ICPC_URL } ,
15+ { title : `ICPC Japan Problems ` , path : ICPC_JAPAN_PROBLEMS_URL } ,
1616 { title : `GitHub` , path : GITHUB_URL } ,
1717] ;
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ export const ATCODER_PROBLEMS_API_BASE_URL: string = 'https://kenkoooo.com/atcod
88
99export const AOJ_API_BASE_URL : string = 'https://judgeapi.u-aizu.ac.jp/' ;
1010
11- // 注:
12- // AIZU ONLINE JUDGE (AOJ) では、v1.0, v2.0, v3.0のサイトが存在する。
13- // 2024年10月下旬時点でメインサイトだと思われるv2.0を使用する。
1411// Note:
1512// AIZU ONLINE JUDGE (AOJ) has multiple versions: v1.0, v2.0, and v3.0.
1613// As of late October 2024, we are using v2.0, which appears to be the main site.
@@ -22,6 +19,6 @@ export const AOJ_ATCODER_JOI_URL: string = 'https://joi.goodbaton.com/';
2219
2320export const AOJ_PCK_URL : string = 'https://pro-ktmr.github.io/aoj-pck/' ;
2421
25- export const AOJ_ICPC_URL : string = 'http ://aoj- icpc.ichyo.jp /' ;
22+ export const ICPC_JAPAN_PROBLEMS_URL : string = 'https ://icpc-japan-problems.irrrrr.cc /' ;
2623
2724export const GITHUB_URL : string = 'https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps' ;
You can’t perform that action at this time.
0 commit comments