记录详情

Wrong Answer


  
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 212.0 KiB

代码

#include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;

void print()
{
	cout<<(char)92<<endl;
	cout<<(char)92<<endl;
	cout<<"————————————————————"<<endl;
	cout<<"/"<<endl;
	cout<<"/"<<endl;
}

int main()
{
	print();
	return 0;
}

信息

递交者
类型
递交
题目
P1011 路标(Sign)
语言
C++
递交时间
2019-07-23 17:21:58
评测时间
2019-07-23 17:24:02
评测机
分数
0
总耗时
1ms
峰值内存
212.0 KiB