0_0_30149144_11985.cpp: In function 'int main()':
0_0_30149144_11985.cpp:27:9: error: 'ss' was not declared in this scope
ss=dp[n]%60;
^
0_0_30149144_11985.cpp:29:9: error: 'mm' was not declared in this scope
mm=dp[n]%60;
^
0_0_30149144_11985.cpp:31:9: error: 'hh' was not declared in this scope
hh=(dp[n]+8)%12;
^
|