• 回答数

    2

  • 浏览数

    228

出走的熊猫
首页 > 考试培训 > 考试系统代码

2个回答 默认排序
  • 默认排序
  • 按时间排序

35号小祁

已采纳

#include using namespace std;int main(){ int iAns ; cout<<" 考试系统 \n"; cout<<" 1 + 1 = ?\n"; cin>>iAns; if(iAns != 2) { cout<<"答案错误"<

考试系统代码

246 评论(14)

狂爱KIKI

把开始时间存入application 然后用datediff检测

134 评论(12)

相关问答