0_0_30289719_26940.cpp:1:23: error: missing terminating > character
#include<bits/stdc++.h
^
0_0_30289719_26940.cpp: In function 'int main()':
0_0_30289719_26940.cpp:12:9: error: 'cnt' was not declared in this scope
cnt=8*3 + 12*(n-2)*4 + 6*(n-2)*(n-2)*5 + (n-2)*(n-2)*(n-2)*6;
^
0_0_30289719_26940.cpp:16:1: error: expected ';' before '}' token
}
^
|