SharedCourses/docs/undergraduate/软件工程学院/计算机网络/lab/lab3/lib3-calcuate.cpp

9 lines
163 B
C++
Executable File

#include<bits/stdc++.h>
using namespace std;
int main()
{
printf("%x",0x4500+0x0034+0xd124+0x4000+0x2606+0xe0f4+0x344a+0xe83b+0xda06+0xac1e);
return 0;
}