From 6009533b6c7a296649b118a2b2d6e7f04b1c3657 Mon Sep 17 00:00:00 2001 From: Jett Wang Date: Wed, 3 Jul 2024 01:33:23 +0800 Subject: [PATCH] feat: Update categories in function problem analysis posts --- _posts/2024-07-03-Olympiad-function-problem-3.md | 2 +- _posts/2024-07-03-olympiad-prime-numbers-analysis-4.md | 3 ++- _posts/2024-07-03-palindromic-three-digit-numbers.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_posts/2024-07-03-Olympiad-function-problem-3.md b/_posts/2024-07-03-Olympiad-function-problem-3.md index 51e4047..56c3579 100644 --- a/_posts/2024-07-03-Olympiad-function-problem-3.md +++ b/_posts/2024-07-03-Olympiad-function-problem-3.md @@ -2,7 +2,7 @@ layout: post title: "信息奥赛一本通函数题库解析-3: 最大数max(x,y,z) " date: 2024-07-03 01:03:06 +0800 -categories: 竞赛 数学 函数 题库解析 +categories: algorithms olympiad functions --- 原题链接: [](http://ybt.ssoier.cn:8088/problem_show.php?pid=1152) diff --git a/_posts/2024-07-03-olympiad-prime-numbers-analysis-4.md b/_posts/2024-07-03-olympiad-prime-numbers-analysis-4.md index 5d3f83d..cbd59e2 100644 --- a/_posts/2024-07-03-olympiad-prime-numbers-analysis-4.md +++ b/_posts/2024-07-03-olympiad-prime-numbers-analysis-4.md @@ -2,9 +2,10 @@ layout: post title: "信息奥赛一本通函数题库解析-4: 绝对素数" date: 2024-07-03 01:16:39 +0800 -categories: olympiad-prime-numbers +categories: algorithms olympiad functions --- + 原题链接: [](http://ybt.ssoier.cn:8088/problem_show.php?pid=1153) ![](https://raw.githubusercontent.com/jamiesun/images/master/default/p8ZvfS.png) diff --git a/_posts/2024-07-03-palindromic-three-digit-numbers.md b/_posts/2024-07-03-palindromic-three-digit-numbers.md index 514f35b..98b0e4b 100644 --- a/_posts/2024-07-03-palindromic-three-digit-numbers.md +++ b/_posts/2024-07-03-palindromic-three-digit-numbers.md @@ -2,9 +2,10 @@ layout: post title: "信息奥赛一本通函数题库解析-4: 回文三位数" date: 2024-07-03 01:24:37 +0800 -categories: math olympiad functions +categories: algorithms olympiad functions --- + 原题链接: [](http://ybt.ssoier.cn:8088/problem_show.php?pid=1155) ![](https://raw.githubusercontent.com/jamiesun/images/master/default/F9bxon.png)