Problem | shamelessad |
---|---|
User | NgMinSong123 |
Submission Time | 2025-02-10 16:58:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shamelessad.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
shamelessad.cpp: In function ‘int main()’:
shamelessad.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin.tie(0);ios_base::sync_with_stdio(0);cout.tie(0);
| ^~~
shamelessad.cpp:6:13: error: ‘ios_base’ has not been declared
6 | cin.tie(0);ios_base::sync_with_stdio(0);cout.tie(0);
| ^~~~~~~~
shamelessad.cpp:6:42: error: ‘cout’ was not declared in this scope
6 | cin.tie(0);ios_base::sync_with_stdio(0);cout.tie(0);
| ^~~~