TOJ P1072 输出你自己的代码

切换背景色
主题: 字体: 切换行号 全选代码块(Ctrl+C复制) xpycc4个月前贴出, C# 语言
C#代码: TOJ P1072 输出你自己的代码
1 using System;using System.Text;class Program { static void Main() { string a = "using System;using System.Text;class Program {{ static void Main() {{ string a = {0}{1}{0}; Console.WriteLine(a, (char)34, a); }} }}"; Console.WriteLine(a, (char)34, a); } }
返回正常查看模式 返回代码发芽网首页