QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#218860 | #7523. Partially Free Meal | ucup-team1881 | Compile Error | / | / | C++20 | 4.8kb | 2023-10-18 19:25:08 | 2023-10-18 19:25:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:91:24: error: stray ‘#’ in program 91 | x = i;a#include <bits/stdc++.h> | ^ answer.code: In lambda function: answer.code:91:24: error: expected ‘;’ before ‘include’ 91 | x = i;a#include <bits/stdc++.h> | ^~~~~~~~ | ; answer.code:108:53: error: a function-definition is not allowed here before ‘{’ token 108 | void add(int &p, int o, int l, int r, int x, int v) { | ^ answer.code:124:39: error: a function-definition is not allowed here before ‘{’ token 124 | i64 query(int p, int l, int r, int k) { | ^ answer.code:138:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 138 | int main() { | ^~ answer.code:138:9: note: remove parentheses to default-initialize a variable 138 | int main() { | ^~ | -- answer.code:138:9: note: or replace parentheses with braces to value-initialize a variable answer.code:138:12: error: a function-definition is not allowed here before ‘{’ token 138 | int main() { | ^