Problem amicablecats
User YellowPurpleDragon
Submission Time 2025-01-11 13:32:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

amicablecats.cpp:61:2: error: stray ‘#’ in program
61 | }#include <bits/stdc++.h>
| ^
amicablecats.cpp:61:3: error: ‘include’ does not name a type
61 | }#include <bits/stdc++.h>
| ^~~~~~~
amicablecats.cpp:73:4: error: redefinition of ‘ll primex(ll)’
73 | ll primex (ll x) {
| ^~~~~~
amicablecats.cpp:13:4: note: ‘ll primex(ll)’ previously defined here
13 | ll primex (ll x) {
| ^~~~~~
amicablecats.cpp:85:4: error: redefinition of ‘ll prime(ll)’
85 | ll prime (ll x) {
| ^~~~~
amicablecats.cpp:25:4: note: ‘ll prime(ll)’ previously defined here
25 | ll prime (ll x) {
| ^~~~~
amicablecats.cpp:96:8: error: redefinition of ‘int main()’
96 | signed main() {
| ^~~~
amicablecats.cpp:36:8: note: ‘int main()’ previously defined here
36 | signed main() {
| ^~~~