随笔- 75
文章- 0
评论- 2
阅读-
2522
03 2023 档案
1074 津津的储蓄计划
摘要:include<iostream> using namespace std; int main(){ int n=0,x,s=0,a,b=0,y=1; for(int i=1;i<=12;i++){ cin>>x; n=n+300-x; if(n>=0){ s+=n/100*100; n%=100;
阅读全文
Bootstrap 实例——堆叠的水平
摘要:代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例——堆叠的水平</title> <link rel="stylesheet" href="https://cdn.staticfile.org/tw
阅读全文
ASCII码
摘要:ASCII码,它是American Standard Code for Information Interchange的缩写(美国标准信息交换代码),已被国际标准化组织ISO采纳,作为国际通用的信息交换标准代码。 一 ASCII码诞生背景 在计算机中,所有的数据在存储和运算时都要使用二进制表示。例如
阅读全文
bootstrap-01
摘要:<html> <head> <meta charset="utf-8"> <title>皮肤库</title> <link rel="stylesheet"href="bootstrap.min.css"> <script src="jquery.min.js"></script> <script
阅读全文
HTM'L
摘要:<html> <hend> <title>美食</title> </hend> <body> <h3 align="center"><b>必吃美食</b></h3> <table align="center" cellpandding="10px" style="border:double;"> <
阅读全文