Problem | babyproduction |
---|---|
User | Hansjuaraosn |
Submission Time | 2024-08-04 22:12:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
babyproduction.cpp:10:27: error: missing terminating " character
10 | cout << "impossible" << "\n;
| ^~~~
babyproduction.cpp: In function ‘int main()’:
babyproduction.cpp:10:24: error: expected primary-expression at end of input
10 | cout << "impossible" << "\n;
| ^~
babyproduction.cpp:10:24: error: expected ‘}’ at end of input
babyproduction.cpp:9:30: note: to match this ‘{’
9 | for( int i = 0 ; i < n; i++){
| ^
babyproduction.cpp:10:24: error: expected ‘}’ at end of input
10 | cout << "impossible" << "\n;
| ^~
babyproduction.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^