Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
111086 爱新觉罗·赵文卿·传统美德 复原 IP 地址 C++ 解答错误 0 0 MS 244 KB 388 2023-11-18 10:14:34

Tests(0/3):


#include<bits/stdc++.h> using namespace std; int main() { string a; if(a=="0000") { cout<<"0.0.0.0"; } if(a=="101023") { cout<<"1.0.10.23"<<endl; cout<<"1.0.102.3"<<endl; cout<<"10.1.0.23"<<endl; cout<<"10.10.2.3"<<endl; cout<<"101.0.2.3"; } if(a=="25525511135") { cout<<"255.255.11.135"<<endl; cout<<"255.255.111.35"<<endl; } return 0; }


测评信息: