Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:9: error: '__int32768' was not declared in this scope; did you mean '__int32_t'?
   10 |         __int32768 a,b;
      |         ^~~~~~~~~~
      |         __int32_t
/in/foo.cc:11:14: error: 'a' was not declared in this scope
   11 |         cin>>a>>b;
      |              ^
/in/foo.cc:11:17: error: 'b' was not declared in this scope
   11 |         cin>>a>>b;
      |                 ^

信息

递交者
类型
递交
题目
P2681 spring
语言
C++
递交时间
2025-10-07 17:18:00
评测时间
2025-10-07 17:18:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes