basic-types/numbers #166
Replies: 66 comments 36 replies
-
大佬位操作没有讲呢 |
Beta Was this translation helpful? Give feedback.
-
第6题的要求是不是说法有点问题,我感觉你想要的是断言里为true,而不是代码工作,我理解断言哪怕为false也是工作的。被这个要求卡了一段时间,我一开始以为我理解的i32类型可以用"=="比较判断是错误的 |
Beta Was this translation helpful? Give feedback.
-
sun大你好,第二题中的 |
Beta Was this translation helpful? Give feedback.
-
说出来大家可能不信,这是我试了几次不行,Copilot教我的 |
Beta Was this translation helpful? Give feedback.
-
完成,11/11 |
Beta Was this translation helpful? Give feedback.
-
c as u8 真是秀 我还在想 字符转为字符串 在转int呢 |
Beta Was this translation helpful? Give feedback.
-
第八题第二种解法有吗? fn main() {
assert!(0.1_f32+0.2_f32==0.3_f32);
} |
Beta Was this translation helpful? Give feedback.
-
第6题, 把==改成!=就行了~ |
Beta Was this translation helpful? Give feedback.
-
想问下,这个题目的目的是不是不在于对应的对错,而在于对于知识点的掌握,就比如说第五题 |
Beta Was this translation helpful? Give feedback.
-
请问 |
Beta Was this translation helpful? Give feedback.
-
大佬,请问 |
Beta Was this translation helpful? Give feedback.
-
No.9 序列 |
Beta Was this translation helpful? Give feedback.
-
我真的是遇到了神一样的编译器,都怪我太菜了😀
|
Beta Was this translation helpful? Give feedback.
-
For Q11, can we do |
Beta Was this translation helpful? Give feedback.
-
completed |
Beta Was this translation helpful? Give feedback.
-
第八题,
|
Beta Was this translation helpful? Give feedback.
-
learned a lot , thanks |
Beta Was this translation helpful? Give feedback.
-
完成,11/11 |
Beta Was this translation helpful? Give feedback.
-
Completed |
Beta Was this translation helpful? Give feedback.
-
https://practice.rs/basic-types/numbers.html
Learn Rust with Example, Exercise and real Practice, written with ❤️ by https://course.rs team
Beta Was this translation helpful? Give feedback.
All reactions