Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
125135 杨涵雅 判断正数 C++ 运行出错 0 0 MS 240 KB 220 2024-01-23 16:27:49

Tests(0/2):


#include<iostream> #include<stdlib.h> using namespace std; int main(){ int a; scanf("%d",&a); if (a>0) { printf("yes\n"); } if (a<=0) { printf("no\n"); } system("pause"); return 0; }


测评信息: