文章
234
标签
8
分类
72
首页
时间轴
标籤
分类
组织
REZICS(轮回社)
荒原研究所
更新Blog
友链
关于
世界尽头のWasteland
学习资源
返回首页
搜索
首页
时间轴
标籤
分类
组织
REZICS(轮回社)
荒原研究所
更新Blog
友链
关于
学习资源
发表于
2022-10-14
|
更新于
2025-09-08
|
Diary
-2023
|
浏览量:
社区
题库
社区
CSDN
C语言网
题库
题库包含一些学习资料
洛谷
CCF OJ
科丁乐
力扣
文章作者:
边缘坐标
文章链接:
https://blog.rezedge.com/posts/dfc5b7c8/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
世界尽头のWasteland
!
上一篇
Interesting Problems
Q:编程实现输入两个整数a,b,当a≥b时,输出a的值,否则输出0。你知道如何不使用 if,switch以及 3 目运算符,来解决这个问题么?A: 先将a和b进行比较,t=(a>b),当a>b时为真则t为1,否则是假t为0,为真a大要是输出为a则ta就行,反之0a=0,满足了否输出了0的条件,合并起来就是 printf(“%d”,(a>b)*a);
下一篇
AutoFM
AutoFM Explain Old Python Version 功能 代码 AutoFM命令列表 1234567$ autofm --helpUsage: autofm --help // print help information autofm // current folder as root autofm --init (-i) // init model for the whole folder autofm --force (-f) // use force model to cover the old front matter autofm --ct (-c) // Re generate categories and tags Explaininit model:只会处理没有 Front-matter 的文章或者补全CT Model: 重新生成 categories and tags Old Python VersionHexo使用自动Front-matter生成器为每篇文章(包括新文章)添加 Front-matter Hexo可以直接...
评论
边缘坐标
文章
234
标签
8
分类
72
Follow Me
公告
行走于世界的边缘,荒原的拾荒人。
目录
1.
社区
2.
题库
最新文章
oh-my-live2d
2025-09-09
PicGo
2025-09-09
天穹碎裂之时
2025-09-09
README
2025-09-09
README
2025-09-09
搜索
数据加载中