提交记录 5937


用户 题目 状态 得分 用时 内存 语言 代码长度
zyn666 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C 389 B
提交时间 评测时间
2018-09-11 23:06:24 2020-08-01 00:36:28
#include <stdio.h>
#include <process.h>                       
int main( )                             
{                                       
  long a,b,sum;
  printf("求和程序,输入2个数字,用逗号隔开,按下回车键出结果\n");
  scanf("%d,%d",&a,&b);                                                      
  sum = a + b;                         
  printf("sum is %d\n",sum);
  system("pause");
  return 0;     
} 

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-04-11 01:19:58 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠