count-total-number-of-colored-cells 1.0.0
Count Total Number of Colored Cells
Loading...
Searching...
No Matches
main.cpp File Reference
#include <bits/stdc++.h>
Include dependency graph for main.cpp:

Go to the source code of this file.

Data Structures

class  Solution
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 15 of file main.cpp.

16{
17 cout << "output: " << Solution().coloredCells(3) <<'\n';
18 return 0;
19}
long long coloredCells(int n)
Definition main.cpp:8

References Solution::coloredCells().