Problem | topical |
---|---|
User | CKCodeBreaker55 |
Submission Time | 2025-03-10 08:02:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp:1:5: error: missing terminating ' character
1 | Here's my current code: #include <bits/stdc++.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
topical.cpp:1:1: error: ‘Here’ does not name a type
1 | Here's my current code: #include <bits/stdc++.h>
| ^~~~
topical.cpp: In function ‘int main()’:
topical.cpp:7:5: error: ‘ios_base’ has not been declared
7 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~~~~~
topical.cpp:7:35: error: ‘cin’ was not declared in this scope
7 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~
topical.cpp:7:47: error: ‘cout’ was not declared in this scope
7 | ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
| ^~~~
topical.cpp:14:5: error: ‘pair’ was not declared in this scope
14 | pair<int, int> r