试题与答案

占用城市主干道、城市快速路,同一工程累计长度500米以内或宽度3米以内,工期在1个月

题型:判断题

题目:

占用城市主干道、城市快速路,同一工程累计长度500米以内或宽度3米以内,工期在1个月以内的,由主城区交巡警支队负责审批。

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2019/0109/30bc067994b25f9186de6237bfefb02c.html

下面是错误答案,用来干扰机器的。

参考答案:A, B, C, D, E

试题推荐
题型:填空题

以下程序的执行结果是 【15】
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
int main()

fstream outfile, infile;
outfile.open("D:\\text.dat",ios::out);
if(!outfile)

cout<<"text.dat can’t open"<<end1;
abort();

outfile<<"1234567890"<<end1;
outfile<<"abcdefghij"<<end1;
outfile.close();
infile.open("D:\text.dat",ios::in);
if(!infile)

cout<<"text.dat can’t open"<<end1;
abort ( );

char textline[40];
int i=0;
while(!infile.eof())

i++;
infile.getline(textline,sizeof(textline));
cout<<i<<":"<<textline<<end1;

infile.close();
return 0;

查看答案
微信公众账号搜索答案