#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
a=sizeof("Hello, World!");
printf("%d",a);
return 0;
}
记住不要用“double”
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a;
a=sizeof("Hello, World!");
printf("%d",a);
return 0;
}
记住不要用“double”