![]() |
#2
青格儿2007-09-12 08:31
|
#include <stdio.h>
#include <iostream>
using namespace std;
int main( int argc, const char* argv[] )
{
cout<<"This is a test!"<<endl;
return 0;
}
请问在output里面,我怎么看不到"This is a test"这句话呢?
它应该出现在那里?