由买买提看人间百态

topics

全部话题 - 话题: currentloc
(共0页)
f*******l
发帖数: 66
1
来自主题: JobHunting版 - 贡献今天facebook电面 一道题
#include
#include
using namespace std;
bool isValid( char currentChar,int x, int y, int columnSize, int
rowSize,
char desiredChar, bitset <20> mybitset )
{
if(x < 0 || x > columnSize || y < 0 || y > rowSize )
{
return false ;
}
if ( mybitset[x*columnSize+y] == 1 )
{
return false;
}
if ( currentChar != desiredChar)
{
return false ;
}
return true ;
}
bool moveforward( int rowSize, int columnSize, char Array[][4], int... 阅读全帖
h**h
发帖数: 488
2
来自主题: Reunion版 - DS-160的问题
最好有问Location Information,currentlocation,这个是填写家庭住址,还是要去
签证的领事馆所在城市。
另外160在线submit后,父母带上打印页和确认页,不需要签字了吧?
b********a
发帖数: 270
r*z
发帖数: 1679
(共0页)