Problem | swords |
---|---|
User | helloworld |
Submission Time | 2024-09-16 10:46:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:12:16: error: cannot convert ‘std::pair<long long int, long long int>’ to ‘long long int’ in assignment
12 | v = p[i],second;
| ~~~^
| |
| std::pair<long long int, long long int>
swords.cpp:12:18: error: ‘second’ was not declared in this scope
12 | v = p[i],second;
| ^~~~~~