Problem | pairsums |
---|---|
User | supercel980 |
Submission Time | 2025-08-05 10:02:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pairsums.cpp: In function ‘int main()’:
pairsums.cpp:8:15: error: lvalue required as left operand of assignment
8 | if(nums%2 = 1){
| ^
pairsums.cpp:12:9: error: ‘x’ was not declared in this scope
12 | ans = (x-count)*(count);
| ^