mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
c
This commit is contained in:
parent
e11707a667
commit
4d04fca59b
@ -778,7 +778,7 @@ const 数据类型 常量名 = 常量值;
|
||||
```c
|
||||
#include <stdio.h>
|
||||
|
||||
const int PI = 3.1415926;
|
||||
const double PI = 3.1415926;
|
||||
|
||||
int main() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user