├── README.md └── My Css code /README.md: -------------------------------------------------------------------------------- 1 | # Css 2 | My Code in css 3 | -------------------------------------------------------------------------------- /My Css code: -------------------------------------------------------------------------------- 1 | #include 2 | using namespace std; 3 | 4 | int main() { 5 | int w,c; 6 | cin>>w; 7 | while(w--) 8 | { 9 | cin>>c; 10 | if (c>20) 11 | { 12 | cout<<"hot"<