namespace _001_调试和错误处理 {
class Program {
static void Main(string[] args)
{
//int temp = 234;
//tem = 34;
int num1 = 34;
int num2 = 45;
int sum = num1*num2;
}
}
}
namespace _001_调试和错误处理 {
class Program {
static void Main(string[] args)
{
//int temp = 234;
//tem = 34;
int num1 = 34;
int num2 = 45;
int sum = num1*num2;
}
}
}
本文标题:001_调试和错误处理。
本文链接:https://www.haomeiwen.com/subject/lzofjftx.html
网友评论