| Problem | topical |
|---|---|
| User | zhangdi |
| Submission Time | 2026-02-16 13:11:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int32_t main()’:
topical.cpp:146:10: error: cannot convert ‘std::vector<long long int>’ to ‘long long int’
146 | writeInt(s);
| ^
| |
| std::vector<long long int>
topical.cpp:76:32: note: initializing argument 1 of ‘void writeInt(long long int)’
76 | inline void writeInt(long long x) {
| ~~~~~~~~~~^