| Problem | sixandseven |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-08-11 11:39:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp:3:1: error: ‘define’ does not name a type
3 | define int long long
| ^~~~~~
sixandseven.cpp:21:1: error: ‘::main’ must return ‘int’
21 | void main()
| ^~~~
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:24:6: error: ‘checkIfLucky’ was not declared in this scope
24 | if (checkIfLucky(N)=0){
| ^~~~~~~~~~~~
sixandseven.cpp:25:20: error: expected ‘;’ before ‘}’ token
25 | std::cout << "NO"
| ^
| ;
26 | }
| ~
sixandseven.cpp:29:21: error: expected ‘;’ before ‘}’ token
29 | std::cout << "YES"
| ^
| ;
30 | }
| ~