• 回答数

    2

  • 浏览数

    276

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

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

35号小祁

已采纳

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

考试系统代码

152 评论(14)

狂爱KIKI

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

80 评论(11)

相关问答