Problem 3nplus1II
User silvspider
Submission Time 2024-05-04 09:49:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp:3:7: error: expected nested-name-specifier before numeric constant
3 | using 11=long long;
| ^~
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:6:12: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
6 | ios_base::sync_with_studio(0);
| ^~~~~~~~~~~~~~~~
3nplus1II.cpp:8:12: error: expected ‘;’ before numeric constant
8 | cin.tie(0)
| ^
| ;
9 | 11 n,t;
| ~~
3nplus1II.cpp:10:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | cin>>n>>t;
| ^
| yn
3nplus1II.cpp:10:10: error: ‘t’ was not declared in this scope; did you mean ‘tm’?
10 | cin>>n>>t;
| ^
| tm
3nplus1II.cpp:11:8: error: expected ‘;’ before ‘i’
11 | for(11 i=0;i<t-1;i++){
| ^~
| ;
3nplus1II.cpp:1