热带汽水的博客#include <stdio.h>...string.h> #define DENSITY 62.4 int main() { float weight, volume; int size, letters; char name[40]; printf("Hi!What's your first name?n"); scanf_s("%s",...
EnochChen_的博客有的时候在c++里要用scanf、printf输入输出string型字符串,这是可以实现的,不过要做一点处理。 具体操作看代码: #include<cstdio> #include<string> using namespace std; int main() { int n; ...