随笔分类 -  错误记录

摘要:if(a==b&&b==c) //正确 if(a==b==c) //错误 阅读全文
posted @ 2020-12-25 16:41 TFLSZXL 阅读(929) 评论(0) 推荐(0)
摘要:输出时需要注意的细节 #include<bits/stdc++.h> using namespace std; int main() { int ys,cx=0,sy=0;//预算,差值,储蓄,剩余 int i,m,yf;//月份 int flag=1; for(i=1; i<=12; i++) { 阅读全文
posted @ 2020-12-25 16:22 TFLSZXL 阅读(1206) 评论(0) 推荐(0)
摘要:1. 1024 注意奇偶数对应的单词 2.等于== 阅读全文
posted @ 2020-12-21 18:03 TFLSZXL 阅读(75) 评论(0) 推荐(0)
摘要:1.( )( )之间要有运算符 阅读全文
posted @ 2020-12-18 17:08 TFLSZXL 阅读(47) 评论(0) 推荐(0)