money.cpp:36:10: error: stray '#' in program
}#include <bits/stdc++.h>
^
money.cpp: In function 'int main()':
money.cpp:36:11: error: 'include' was not declared in this scope
}#include <bits/stdc++.h>
^
money.cpp:36:20: error: 'bits' was not declared in this scope
}#include <bits/stdc++.h>
^
money.cpp:36:25: error: 'stdc' was not declared in this scope
}#include <bits/stdc++.h>
^
money.cpp:38:1: error: expected primary-expression before 'using'
using namespace std;
^
money.cpp:47:12: error: a function-definition is not allowed here before '{' token
int main() {
^
money.cpp:94:1: error: expected '}' at end of input
}
^
money.cpp:44:5: warning: unused variable 'n' [-Wunused-variable]
int n, a[N], ans, lst;
^
money.cpp:44:8: warning: unused variable 'a' [-Wunused-variable]
int n, a[N], ans, lst;
^
money.cpp:44:14: warning: unused variable 'ans' [-Wunused-variable]
int n, a[N], ans, lst;
^
money.cpp:44:19: warning: unused variable 'lst' [-Wunused-variable]
int n, a[N], ans, lst;
^
money.cpp:94:1: error: expected '}' at end of input
}
^