Cerr输出

#include <iostream>
 
using namespace std;
 
int main( )
{
   char str[] = "test cerr:";
 
   cerr << "Test success!!!" << str << endl;
}
posted @ 2021-11-18 20:53  一只狗狗  阅读(50)  评论(2)    收藏  举报