QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#866731 | #7962. 前缀和 | ZhangYiDe | Compile Error | / | / | C++17 | 165b | 2025-01-22 17:51:31 | 2025-01-22 17:51:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:6:2: error: stray ‘\240’ in program 6 | <a0> <a0>ll n,l,r; | ^~~~ answer.code:6:4: error: stray ‘\240’ in program 6 | <a0> <a0>ll n,l,r; | ^~~~ answer.code:7:2: error: stray ‘\240’ in program 7 | <a0> <a0>double p; | ^~~~ answer.code:7:4: error: stray ‘\240’ in program 7 | <a0> <a0>double p; | ^~~~ answer.code:8:2: error: stray ‘\240’ in program 8 | <a0> <a0>cin>>n>>p>>l>>r; | ^~~~ answer.code:8:4: error: stray ‘\240’ in program 8 | <a0> <a0>cin>>n>>p>>l>>r; | ^~~~ answer.code:9:2: error: stray ‘\240’ in program 9 | <a0> <a0>cout<<(r-l+1)*p; | ^~~~ answer.code:9:4: error: stray ‘\240’ in program 9 | <a0> <a0>cout<<(r-l+1)*p; | ^~~~ answer.code:10:2: error: stray ‘\240’ in program 10 | <a0> <a0>return 0; | ^~~~ answer.code:10:4: error: stray ‘\240’ in program 10 | <a0> <a0>return 0; | ^~~~