/ Vijos /

记录详情

Compile Error

/in/foo.cc:9:21: error: stray '#' in program
    9 | using namespace std;#include<bits/stdc++.h>
      |                     ^
/in/foo.cc:9:22: error: 'include' does not name a type
    9 | using namespace std;#include<bits/stdc++.h>
      |                      ^~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:20: error: expected '}' at end of input
   15 | #define si return 0;
      |                    ^
/in/foo.cc:23:1: note: in expansion of macro 'si'
   23 | si
      | ^~
/in/foo.cc:11:12: note: to match this '{'
   11 | #define li {
      |            ^
/in/foo.cc:19:1: note: in expansion of macro 'li'
   19 | li
      | ^~

信息

递交者
类型
递交
题目
P1000 A+B Problem
语言
C++
递交时间
2025-10-05 12:04:39
评测时间
2025-10-05 12:04:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes