错在那里?
#include <iostream>using namespace std;
int main(){
cout<<"hello world!"<<endl;
bool val1=ture;
if(val==ture){
cout<<"bool类型字面值ture"<<endl;}
int val2=10;
if(val2==ture){
cout<<"int类型值10"<<endl;
}
return 0;
}
为什么会出现you cannot close the workspace while a build is in progress?