7 lines
58 B
C++
7 lines
58 B
C++
namespace {
|
|
int main () {
|
|
int i;
|
|
return 2 + 24 -1 ;
|
|
}
|
|
}
|