Content deleted Content added
Fgnievinski (talk | contribs) |
→Examples: There was one entry too much. |
||
Line 37:
<source lang="c++">
inline bool Has30Days(int m) {
static const bool T[] = {
return T[m];
}
|
→Examples: There was one entry too much. |
|||
Line 37:
<source lang="c++">
inline bool Has30Days(int m) {
static const bool T[] = {
return T[m];
}
|