| Problem | globalwarming |
|---|---|
| User | JhoCyber |
| Submission Time | 2025-12-05 14:28:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
globalwarming.cpp: In function ‘int32_t main()’:
globalwarming.cpp:13:2: error: ‘exisits’ was not declared in this scope; did you mean ‘exsists’?
13 | exisits[0]=exists[n*1]=0;
| ^~~~~~~
| exsists
globalwarming.cpp:13:13: error: ‘exists’ was not declared in this scope; did you mean ‘std::filesystem::exists’?
13 | exisits[0]=exists[n*1]=0;
| ^~~~~~
| std::filesystem::exists
In file included from /usr/include/c++/9/filesystem:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:129,
from globalwarming.cpp:1:
/usr/include/c++/9/bits/fs_ops.h:124:3: note: ‘std::filesystem::exists’ declared here
124 | exists(const path& __p, error_code& __ec) noexcept
| ^~~~~~