Home > Back-end >  546545
546545

Time:09-29

/* 111. CPP */
# include & lt; iostream>
Void main () {
Int stu_number;
Count<" Piease input your number: ";
cin> Stu_number;
cout<" Hello!"
}
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ aaaaa CPP (7) : error C2065: "end1" : no statement of identifiers
1>
1> Generate failure,
1>
1> Elapsed time 00:00:00. 44
==========: zero success, failure, latest 0, 0 skip==========
consult

CodePudding user response:

Is endl,,,,

The last is the letter L, not the number 1

CodePudding user response:

/* 2 to 12. CPP */
#include
using namespace std;
Void main () {
Int ownCredits=200, studyYear=5;
Bool isGraduate;
IsGraduate=ownCredits>=200 | | - studyYear> 4.
cout<" IsGraduate="& lt; cout<" Study year="& lt; }
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ SSSSS CPP (6) : error C2065: "cin" : no statement of identifiers
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ SSSSS CPP (7) : error C2065: "cout" : no statement of identifiers
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ SSSSS CPP (7) : error C2065: "end1" : no statement of identifiers
1> The main. CPP
1> Aaaaa. CPP
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ aaaaa CPP (5) : error C2065: "count" : no statement of identifiers
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ aaaaa CPP (6) : error C2065: "cin" : no statement of identifiers
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ aaaaa CPP (7) : error C2065: "cout" : no statement of identifiers
1> My documents \ visual studio 2010 d: \ \ projects \ iostream h \ iostream h \ aaaaa CPP (7) : error C2065: "endl" : no statement of identifiers
1> Being generated code...
1>
1> Generate failure,
1>
1> Elapsed time 00:00:01. 18
==========all regenerated: zero success, failure, skip 0==========
This is what I want to ask at all
  • Related