Problem | simp |
---|---|
User | blob |
Submission Time | 2023-11-20 15:16:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp:18:13: error: missing terminating " character
18 | cout << "YES'
| ^~~~~
simp.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
simp.cpp: In function ‘bool KaiHappy(int, int, int, int, int, int, int)’:
simp.cpp:4:20: error: ‘N’ was not declared in this scope
4 | for (int i=0; i < N; i++){
| ^
simp.cpp:14:12: error: a function-definition is not allowed here before ‘{’ token
14 | int main(){
| ^
simp.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
simp.cpp:3:70: note: to match this ‘{’
3 | bool KaiHappy (int n, int a1, int a2, int b1, int b2, int c1, int c2){
| ^