#include "stdafx.h"#include <stdlib.h>int _tmain(int argc, _TCHAR* argv[]){ char str[5] = "abcd";? printf("%d\n",str); system("pause");? return 0;}他的結果也不是ascii值相加
- 1 回答
- 0 關注
- 1141 瀏覽
添加回答
舉報
0/150
提交
取消