记录详情

Compile Error

error: macro expansion ignores token `{` and any following
 --> /build/rustc-1.75.0-src/library/std/src/macros.rs:83:23
  |
 ::: /w/foo.rs:1:1
  |
1 | print!{"Hello World"}
  | --------------------- caused by the macro expansion here
  |
  = note: the usage of `print!` is likely invalid in item context

error[E0601]: `main` function not found in crate `foo`
 --> /w/foo.rs:1:22
  |
1 | print!{"Hello World"}
  |                      ^ consider adding a `main` function to `/w/foo.rs`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0601`.

信息

递交者
类型
递交
题目
Hello World!
语言
Rust
递交时间
2024-03-28 13:20:29
评测时间
2024-03-28 13:20:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes