About
Contact
QtCreator
KDevelop
Solarized
1
2
#include
"length.h"
3
4
int
5
length
(
A
&
a
)
6
{
7
return
a
.
length
();
8
}
9