Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:4: error: expected unqualified-id before '>>' token
    7 | int>>a,b,c;
      |    ^~
/in/foo.cc:8:10: error: 'a' was not declared in this scope
    8 |     cin>>a>>b>>c;
      |          ^
/in/foo.cc:8:13: error: 'b' was not declared in this scope
    8 |     cin>>a>>b>>c;
      |             ^
/in/foo.cc:8:16: error: 'c' was not declared in this scope
    8 |     cin>>a>>b>>c;
      |                ^
/in/foo.cc:11:9: error: 't' was not declared in this scope; did you mean 'tm'?
   11 |         t=a;
      |         ^
      |         tm
/in/foo.cc:17:9: error: 't' was not declared in this scope; did you mean 'tm'?
   17 |         t=a;
      |         ^
      |         tm
/in/foo.cc:23:9: error: 't' was not declared in this scope; did you mean 'tm'?
   23 |         t=a;
      |         ^
      |         tm

信息

递交者
类型
递交
题目
P1626 A1-1 分支结构练习:三数排序
语言
C++
递交时间
2025-11-15 21:41:14
评测时间
2025-11-15 21:41:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes