Problem differencearray
User Lypho
Submission Time 2024-12-10 09:43:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

differencearray.cpp:42:2: error: stray ‘#’ in program
42 | }#include <bits/stdc++.h>
| ^
differencearray.cpp:42:3: error: ‘include’ does not name a type
42 | }#include <bits/stdc++.h>
| ^~~~~~~
differencearray.cpp:51:8: error: redefinition of ‘int main()’
51 | signed main(){
| ^~~~
differencearray.cpp:10:8: note: ‘int main()’ previously defined here
10 | signed main(){
| ^~~~