| Problem | sixseven |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-02-05 16:06:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixseven.cpp: In function ‘int main()’:
sixseven.cpp:4:19: error: expected ‘;’ before ‘cin’
4 | cin.tie (nullptr)
| ^
| ;
5 | cin >> N;
| ~~~
sixseven.cpp:6:6: error: ‘N’ was not declared in this scope
6 | if (N > 67){
| ^
sixseven.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
sixseven.cpp:6:13: note: to match this ‘{’
6 | if (N > 67){
| ^
sixseven.cpp:11:2: error: expected ‘}’ at end of input
11 | }
| ^
sixseven.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^