![]() |
#2
天使梦魔2014-08-25 19:16
|
#include <iostream>
using namespace std;
int main()
{
int tu ='12';
cout<<tu<<endl;
return 0 ;
}
请问为什么这段代码是对的,会有输出的