惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Comments on: Blog
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
T
Tor Project blog
V
Visual Studio Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
月光博客
月光博客
罗磊的独立博客
Cisco Talos Blog
Cisco Talos Blog
P
Privacy International News Feed
T
Tenable Blog
阮一峰的网络日志
阮一峰的网络日志
AWS News Blog
AWS News Blog
T
ThreatConnect
博客园 - 三生石上(FineUI控件)
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
博客园 - 叶小钗
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
Arctic Wolf
L
LINUX DO - 最新话题
美团技术团队
大猫的无限游戏
大猫的无限游戏
I
Intezer
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
小众软件
小众软件
T
Threatpost
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
The Register - Security
The Register - Security
Project Zero
Project Zero
J
Java Code Geeks
Cyberwarzone
Cyberwarzone
IT之家
IT之家
MyScale Blog
MyScale Blog
T
Threat Research - Cisco Blogs
T
The Blog of Author Tim Ferriss
腾讯CDC
S
SegmentFault 最新的问题
F
Fox-IT International blog
S
Security Archives - TechRepublic
Last Week in AI
Last Week in AI
G
GRAHAM CLULEY
M
MIT News - Artificial intelligence

IBM Research

Qiskit Global Summer School 2026: Registration now open | IBM Quantum Computing Blog How researchers built a record-setting quantum circuit | IBM Quantum Computing Blog IBM charts a new research path with MIT IBM is modeling the universe with quantum computing How to use sample-based quantum diagonalization on IBM hardware Quantum-centric supercomputing simulates 12,635-atom protein | IBM Quantum Computing Blog A decade of quantum on the cloud | IBM Quantum Computing Blog Ponder This Challenge - May 2026 - The Powers of a Binary Matrix Where the frontiers of high-speed racing and computing meet Introducing the IBM Granite 4.1 family of models Building the future of computing, together Next-generation algorithms could move fusion from the lab to the grid Bringing quantum-centric supercomputing to Illinois What’s new at IBM Quantum - Q1 2026 | IBM Quantum Computing Blog Release News: Qiskit v2.4 is here! | IBM Quantum Computing Blog How IBM Quantum is enabling healthcare and biology research | IBM Quantum Computing Blog Mid-training is essential for LLM reasoning, IBM study shows IBM demonstrates extreme scale for content-aware storage with a 100-billion vector database IBM Research and ETH Zurich open a new era of innovation IBM’s newest time-series models cover a full range of enterprise prediction tasks Toward a transparent supply chain for AI Quantum computers take a step into real materials science Donating llm-d to the Cloud Native Computing Foundation Cleveland Clinic & IBM debut new quantum simulation workflow | IBM Quantum Computing Blog Turning turbulence into transcripts Like the information in a dream: IBM’s Charles H. Bennett receives ACM Turing award Doubling down on open-access quantum computing Unveiling the first reference architecture for quantum-centric supercomputing Realizing Feynman’s vision for the future of simulation IBM is working today to secure communication from tomorrow’s quantum risks Building PyTorch-native support for the IBM Spyre Accelerator Quantum simulates properties of the first-ever half-Möbius molecule, designed by IBM and researchers A look back at the International Year of Quantum TerraStackAI: Bringing Earth and space AI to Red Hat and the world Ponder This Challenge - March 2026 - Path game on a hole-riddled chessboard IBM demonstrates High NA EUV process capability on track for insertion below 2 nm nodes at SPIE 2026 Quantum Advantage Tracker: the race to advantage
Ponder This Challenge - April 2026 - The Unlabeled Clock
2026-03-31 · via IBM Research

The expected numerical solutions are:

  • 1541414
  • (30, 36, 40) => 3458432

This time, the phrasing of the puzzle, even after corrections, remained confusing to many solvers and we apologize for this. However, most wrong answers arose from the initial thinking that one should consider time to be discrete, looking only at moment of the form HH:MM. The riddle explicitly noted the clock's hands move continuously, and hence simple enumeration of moments of the form HH:MM is not sufficient to solve the riddle; a different approach is required.

We can model the current time as a value t[0,1)t\in[0,1) and the locations of the clock's hands become

  • H(t)=tH(t) = t
  • M(t)=12t (mod 1)M(t) = 12t \text{ }(\text{mod } 1)
  • S(t)=720t (mod 1)S(t) = 720t \text{ } (\text{mod } 1)

Let us define a three-component vector A(t)=(H(t),M(t),S(t))A(t)=(H(t), M(t), S(t)). Use the indices 1,2,31,2,3, i.e. A1(t)=H(t)A_1(t)=H(t), A2(t)=M(t)A_2(t)=M(t), A3(t)=S(t)A_3(t)=S(t).

Now, an ambigous moment arises from two distinct times t,ut, u such that we can permute the elements of A(t)A(t) and rotate them (i.e. add some rr modulo 1) and obtain A(s)A(s). Hence, let piS3pi\in S_3 be some permutation and r[0,1)r\in [0,1) be the rotation value, and we consider the system of three modular equations:

  • A1(u)=Aπ(1)(t)+r (mod 1)A_1(u) = A_{\pi(1)}(t)+r\text{ } (\text{mod } 1)
  • A2(u)=Aπ(2)(t)+r (mod 1)A_2(u) = A_{\pi(2)}(t)+r\text{ } (\text{mod } 1)
  • A3(u)=Aπ(3)(t)+r (mod 1)A_3(u) = A_{\pi(3)}(t)+r\text{ } (\text{mod } 1)

Subtracting the third equation from the first two, we obtain a system of two modular equations without rr:

  • A1(u)A3(u)=Aπ(1)(t)Aπ(3)(t) (mod 1)A_1(u)-A_3(u) = A_{\pi(1)}(t)-A_{\pi(3)}(t) \text{ } (\text{mod } 1)
  • A2(u)A3(u)=Aπ(2)(t)Aπ(3)(t) (mod 1)A_2(u)-A_3(u) = A_{\pi(2)}(t)-A_{\pi(3)}(t) \text{ } (\text{mod } 1)

Such modular equations can be solved using standard linear algebra. We demonstrate this in the case π(1)=2,π(2)=3,π(3)=1\pi(1)=2, \pi(2)=3, \pi(3)=1. In this case we obtain the modular equations

  • H(u)S(u)=M(t)H(t) (mod 1)H(u)-S(u) = M(t)-H(t) \text{ } (\text{mod } 1)
  • M(u)S(u)=S(t)H(t) (mod 1)M(u)-S(u) = S(t)-H(t) \text{ } (\text{mod } 1)

i.e.

  • u720u=12tt (mod 1)u-720u = 12t-t \text{ } (\text{mod } 1)
  • 12u720u=720tt (mod 1)12u-720u = 720t-t \text{ } (\text{mod } 1)

Which reduces to finding solutions to the linear system (11719719708)(tu)=(nm)\left(\begin{array}{cc} 11 & 719\\ 719 & 708 \end{array}\right)\left(\begin{array}{c} t\\ u \end{array}\right)=\left(\begin{array}{c} n\\ m \end{array}\right)

For n,mZn,m\in\mathbb{Z}.

This allows collection of all the possible ambiguous times. Situations like 03:00:00 and 09:00:00 still needs to be carefully ruled out.

The solution can be found manually; the goal of the "*" part was to encourage automation that will allow systematic checks for all (H,M,S) systems. However, some of those system yields infinite number of ambiguous moments; the intention was to find the maximum finite number.