一级 [GESP样题 一级] 闰年求和 #include<bits/stdc++.h> using namespace std; bool is_run(int y) { return ((y % 4 == 0 && y % 100 != 0) || (y % 400 == 0)); } int main() { int…
项目介绍 YS-GPT 是一个基于 SpringBoot3 开发的 AI 多功能项目,通过调用服务商 API 进行界面友好的对话和绘图操作。在后台进行用户管理,模型渠道、支付接口配置,实现用户自助打赏,按量计费。 本项目是在 TS-GPT 的基础上进行二次开发。 演示地址:ys.vite66.fun 开源地址:Gitee, GitHub 技术框架 …