0_0_39851903_16466.cpp:145:12: error: missing terminating " character
145 | cout<<t+w<<"\n;return 0;
| ^~~~~~~~~~~~~
0_0_39851903_16466.cpp: In function 'int main()':
0_0_39851903_16466.cpp:146:9: error: expected primary-expression before 'for'
146 | for(int i=1;i<=t;i++){
| ^~~
0_0_39851903_16466.cpp:146:21: error: 'i' was not declared in this scope
146 | for(int i=1;i<=t;i++){
| ^
|