Problem | babyproduction |
---|---|
User | Xiaoyang |
Submission Time | 2024-08-02 20:58:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
babyproduction.cpp: In function ‘void solve()’:
babyproduction.cpp:46:20: error: expected ‘}’ at end of input
46 | it=se[i].begin();
| ^
babyproduction.cpp:37:23: note: to match this ‘{’
37 | for(int i=0;i<2;i++){
| ^
babyproduction.cpp:46:20: error: expected ‘}’ at end of input
46 | it=se[i].begin();
| ^
babyproduction.cpp:21:22: note: to match this ‘{’
21 | for(int x=0;x<n;x++){
| ^
babyproduction.cpp:46:20: error: expected ‘}’ at end of input
46 | it=se[i].begin();
| ^
babyproduction.cpp:14:13: note: to match this ‘{’
14 | void solve(){
| ^