会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
区块链散户一枚
Python中毒爱好者
博客园
首页
新随笔
联系
管理
订阅
[练习9-1]定义一个能够表示负数的结构类型,一个负数包括实数与虚数部分。
#include <stdio.h>
struct
complex_number{
int
real;
int
imaginery; };
int
main(
void
){
return
0
; }
posted @
2021-09-19 10:46
就是想学习
阅读(
34
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告