一个简单的问题
#include <iostream>#include <Windows.h>
using namespace std;
int main(void)
{
system("cls");
cout << 3.14e1L << '\n';
cout << 3.14uL << endl;
system("pause");
return 0;
}
各位目测下 上面的两个cout合法吗?
2012-07-27 21:15
2012-07-28 08:12
2012-07-28 09:24
2012-07-28 09:29

2012-07-28 09:45
2012-07-28 09:57
2012-07-28 10:06
2012-07-28 10:15

2012-07-28 10:17
2012-07-28 16:42