Skip to content

Commit

Permalink
Merge pull request Mq-b#3 from corporal9736/main
Browse files Browse the repository at this point in the history
修改出题格式
  • Loading branch information
corporal9736 authored Aug 3, 2023
2 parents 142c147 + 7f15ee9 commit 31137f1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

你应当在`src\群友提交\第一题`中创建一个自己的`.md``.cpp`文件,**文件名以QQ群名命名**

运行的一般规则如下:

1. 不更改`main`函数,不得使其不运行(意思别捞偏门)。
2. 自行添加代码,在满足第一点的要求下,要能成功编译运行。

## `01`实现管道运算符
日期:**`2023/7/21`** 出题人:**`mq白`**
Expand All @@ -18,8 +22,10 @@ int main(){
v | f2 | f;
}
```
1. 不更改`main`函数,不得使其不运行(意思别捞偏门)。
2. 要求运行结果:`1` `4` `9`
### 运行结果:
```
1 4 9
```

难度:**一星**

Expand All @@ -28,3 +34,5 @@ int main(){
<br>

## 标准答案


0 comments on commit 31137f1

Please sign in to comment.