Problem sixseven
User yanwen
Submission Time 2026-01-28 16:04:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixseven.cpp:1:1: error: ‘int’ is not a template
1 | int <bits/stdc++.h>
| ^~~
sixseven.cpp:1:6: error: ‘bits’ was not declared in this scope
1 | int <bits/stdc++.h>
| ^~~~
sixseven.cpp:1:11: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
1 | int <bits/stdc++.h>
| ^~~~
| std
sixseven.cpp:2:1: error: expected unqualified-id before ‘using’
2 | using namespace std;
| ^~~~~
sixseven.cpp: In function ‘int main()’:
sixseven.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> N;
| ^~~
sixseven.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << 'Too old for this wilted_rose';
| ^~~~
sixseven.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << '67'
| ^~~~