/ 晓编程 /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:9: error: unable to find string literal operator 'operator""cin' with 'const char [13]', 'long unsigned int' arguments
   cout<<"用户名:"cin>>a;
         ^~~~~~~~~~~~~~~~~
/in/foo.cc:10:9: error: unable to find string literal operator 'operator""cin' with 'const char [10]', 'long unsigned int' arguments
   cout<<"密码:"cin>>b;
         ^~~~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1030 模拟登陆
语言
C++
递交时间
2020-03-07 19:10:08
评测时间
2020-03-07 19:10:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes