#include<stdio.h>
void main()
{
int cats,dogs,others,total_pets;
cats=10;
dogs=43;
others=36;
total_pets=cats+dogs;
printf("there are %c total pets are",total_pets);
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
165 次 |
| 最近记录: |