Problem swords
User CKCodeBreaker55
Submission Time 2025-01-07 13:38:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:15:3: error: ‘v’ was not declared in this scope
15 | v.push_back({a, b});
| ^
swords.cpp:17:7: error: ‘v’ was not declared in this scope
17 | sort(v.begin(), v.end());
| ^