basic-types/numbers #166
Replies: 61 comments 35 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.
-
anyone , how to limit the decimal in the problem 8
} |
Beta Was this translation helpful? Give feedback.
-
vickyone0 ***@***.***> 于 2024年4月4日周四 17:28写道:
… anyone , how to limit the decimal in the problem 8
fn main() {
assert!(0.1+0.2==0.3);
println!("Success!");
}
with least modification
—
Reply to this email directly, view it on GitHub
<#166 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIYWMXVTXL7RMT2YGGWXRJDY3UMKXAVCNFSM5RTF64H2U5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TSMBQG4ZTMNY>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
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.
-
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