#include<iostream>
using namespace std;
int main(){
return 0;
}
留小数点后2位的输出方法(方法1,只能选一种)
#include<cstdio>
printf("%.2lf",y);
保留小数点后两位(方法2):
#include<iomanip>
cout<<fixed<<setprecision(2)<<3.14159<<endl;
--std=c++11 -O2 -Ofast
// 快速读入和输出,适用于大数据(数据>5w)时候
//用了下面这个,就不能同时用 scanf和printf,否则会出错
ios::sync_with_stdio(0);
cin.tie(0), cout.tie(0);
内
课室内部链接 : (以下链接只能在课室下载,在外面下载无效)
金山打字通 http://s.1480.cn:1480/1480/soft/typeeasy.22062.12012.0.exe
Dev C++ http://s.1480.cn:1480/1480/soft/Dev-Cpp_5.11_TDM-GCC_4.9.2_Setup.exe
小熊猫C++ http://s.1480.cn:1480/1480/soft/xiaoxiongmaoC++.0.13.2.32.exe
腾讯会议 http://s.1480.cn:1480/1480/soft/TencentMeeting.exe
OBS http://s.1480.cn:1480/1480/soft/OBSStudio.exe
https://csacademy.com/app/graph_editor/ (常用图的演示)
https://www.desmos.com/calculator?lang=zh-CN (常用平面坐标系)
https://qiao.github.io/PathFinding.js/visual/ (常用搜索算法演示)
https://visualgo.net/zh 常用算法演示
https://jingyan.baidu.com/article/597a0643614568312b5243c0.html (常用二进制计算方法)
https://chatai.mixerbox.com/chat ChatGPT
https://down.oray.com/sunlogin/windows/SunloginClient_13.3.1.56398.exe 向日葵
http://1480.cn/upload/1480.cn/20221003/20221003141613_99363.pdf OBS虚拟摄像头操作说明(腾讯会议专用)
虚拟摄像头OBS软件下载 upload /1480.cn/our/OBS-Studio-28.1.2-Full-Installer-x64.exe http://s.1480.cn:1480/1480/soft/OBSStudio.exe
虚拟摄像头OBS外网下载2(博爱机房应该下载这个) OBS下载速度快 http://www.downza.cn/soft/228035.html http://www.downza.cn/soft/202925.html
http://generals.io
金山打字通 Dev C++下载 (官方考试软件) upload/Dev-Cpp_5.11_TDM-GCC_4.9.2_Setup.exe http://s.1480.cn:1480/1480/soft/Dev-Cpp_5.11_TDM-GCC_4.9.2_Setup.exe
向日葵下载 upload/SunloginClient_12.5.1.45098_x64.exe http://s.1480.cn:1480/1480/soft/SunloginClient.exe
Scratch源码编辑器 upload/1480.cn/win_kitten_installer_3.7.28.exe
freopen("test.in","r",stdin);
freopen("test.out","w",stdout);
三国杀 exe,cpp
作者子贤信息学黄梓朗-打怪2.0
狼人杀
小熊猫DevC++下载 upload/xiaoxiongmaoC++.0.13.2.32.exe http://s.1480.cn:1480/1480/soft/xiaoxiongmaoC++.0.13.2.32.exe
#腾讯会议:332-848-0294 ,腾讯会议下载地址 http://s.1480.cn:1480/1480/soft/TencentMeeting.exe
清远子贤视频直播控制器
下载清远子贤呼叫老师小程序callme,然后运行F10 , 然后点上面“视频控制器”链接的“呼叫我”
NOI大纲2023
图 http://1480.cn//upload/1480.cn/our/FSCapture_v9.6.exe
deepl http://1480.cn//upload/1480.cn/our/DeepLSetup.exe
https://www.tldraw.com/
GDKOI普及组DAY2题解
http://s.1480.cn:1480/1480/boai.mp4