Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:25:2: error: expected '}' at end of input
   25 | }
      |  ^
/in/foo.cc:10:17: note: to match this '{'
   10 |     while (t--) {
      |                 ^
/in/foo.cc:25:2: error: expected '}' at end of input
   25 | }
      |  ^
/in/foo.cc:5:12: note: to match this '{'
    5 | int main() {
      |            ^

信息

递交者
类型
递交
题目
P2849 寻找数字2024.12GESP2级T1
语言
C++
递交时间
2025-04-19 20:58:50
评测时间
2025-04-19 20:58:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes