mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
10 lines
No EOL
147 B
C
10 lines
No EOL
147 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
//gets 可以接受带空格的字符串
|
|
//scanf 不行,but 不是完全不行
|
|
|
|
|
|
|
|
return 0;
|
|
} |