独孤求戒
2018-07-27 14:53
程序提交后显示abort什么意思,无法提交
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
double x = 3.5;
int y = 3;
x++;
Console.WriteLine(x>y);
}
}
}
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
double x = 3.5;
int y = 3;
Console.WriteLine(x>y);
}
}
}
我的是ipad版的软件,每次提交都会出现一个弹窗,上面写着官网网址,还写着一个abort
能看一下你的代码吗~
C#开发轻松入门
254118 学习 · 1459 问题
相似问题