6 lines
97 B
C++
6 lines
97 B
C++
#include <string>
|
|
int main(int argc, char* argv[])
|
|
{
|
|
unsigned int x=0;
|
|
return x;
|
|
}
|