Problem | specialgirlfriends |
---|---|
User | akqxolotl |
Submission Time | 2024-01-24 16:25:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
specialgirlfriends.cpp:36:2: error: stray ‘#’ in program
36 | }#include <bits/stdc++.h>
| ^
specialgirlfriends.cpp:36:3: error: ‘include’ does not name a type
36 | }#include <bits/stdc++.h>
| ^~~~~~~
specialgirlfriends.cpp:44:5: error: redefinition of ‘long long int power(long long int, long long int, long long int)’
44 | int power(int base, int index, int mod) {
| ^~~~~
specialgirlfriends.cpp:9:5: note: ‘long long int power(long long int, long long int, long long int)’ previously defined here
9 | int power(int base, int index, int mod) {
| ^~~~~
specialgirlfriends.cpp:60:8: error: redefinition of ‘int main()’
60 | signed main() {
| ^~~~
specialgirlfriends.cpp:25:8: note: ‘int main()’ previously defined here
25 | signed main() {
| ^~~~