3 solutions
- 1
Information
- ID
- 509
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 3
- Tags
- # Submissions
- 87
- Accepted
- 50
- Uploaded By
#include using namespace std;
int main(){ cout<<14; return 0; }
#include<bits/stdc++.h>
using namespace std;
int main(){
double i;
i = sizeof("Hello, World!");
cout<<i;
return 0;
}//你直接输出14也能对。
By signing up a ZXOJ universal account, you can submit code and join discussions in all online judging services provided by us.