我在试着解决经典的计数排序问题。我的o/p是对的,但是时间限制exceeded.How可以优化以下代码。我在记忆范围内。
时间限制:5秒源限制: 50000字节
class TurboStart {
static int integerArray[] = new int[1000001];
public static void main(String[] args) throws NumberFormatException,
IOException {
int i, j;
BufferedReader reader =
前几天我在做一些娱乐的低级编程,在我的代码中出现了这样的事情(使用伪代码):
cointoss程序
char out = '0';
void thread(){ out = '1';}
int main(){
// Creates a thread that will run the function we provided
// The main() will not wait for this thread to finish
runInOwnThread(thread);
printr("%d", out);
目前,我已经成功地为Messenger开发了人工切换协议。
用户通常会与机器人交互。
如果用户单击"Chat with a person",bot将停止工作,用户的输入将被发送到页面收件箱。
在页面管理员单击"Mark as done“后,bot将返回线程控件。
它按计划工作。问题是,我们还想查看和跟踪,所有用户都在与bot聊天,即使他只是与机器人交互。因为我们想追踪我们的机器人有任何缺陷。
我知道可以从服务器端记录数据。但我很好奇有没有更聪明的解决办法来解决这个问题。可能是两个收件箱。一个收件箱用于“人工切换协议”,一个收件箱用于"All